[XMonad] Use termite for htop

This commit is contained in:
Ivan Malison 2017-07-07 17:00:45 -07:00
parent 035da3d0f7
commit 57e1a9e4b0
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -188,7 +188,7 @@ gmailCommand = "start_chrome.sh --new-window https://mail.google.com/mail/u/0/#i
spotifyCommand = "spotify"
chromeCommand = "start_chrome.sh"
emacsCommand = "emacsclient -c"
htopCommand = "urxvt -e htop"
htopCommand = "termite -e htop"
transmissionCommand = "transmission-gtk"
volumeCommand = "pavucontrol"
keepassCommand = "systemctl --user restart keepassx.service"