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
|
||||
pkill htop
|
||||
else
|
||||
/usr/bin/uxterm -e htop
|
||||
/usr/bin/xterm -e htop
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue