Switch to Xterm for htop window
This commit is contained in:
parent
b7beb9e6e7
commit
567d271786
|
@ -3,5 +3,5 @@
|
||||||
if [ "$(pgrep -c htop)" -gt 0 ]; then
|
if [ "$(pgrep -c htop)" -gt 0 ]; then
|
||||||
pkill htop
|
pkill htop
|
||||||
else
|
else
|
||||||
/usr/bin/uxterm -e htop
|
/usr/bin/xterm -e htop
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue