Switch to Xterm for htop window

This commit is contained in:
John Mertz 2021-08-11 18:41:22 -04:00
förälder e474d0b057
incheckning baba42bff9
1 ändrade filer med 1 tillägg och 1 borttagningar

Visa fil

@ -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