Switch to Xterm for htop window

This commit is contained in:
John Mertz 2021-08-11 18:41:22 -04:00 committed by John Mertz
parent b7beb9e6e7
commit 567d271786
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
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