Switch to Xterm for htop window

This commit is contained in:
John Mertz 2021-08-11 18:41:22 -04:00
parent e474d0b057
commit baba42bff9
1 changed files with 1 additions and 1 deletions

View File

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