[XMonad] Set termite title when executing htop

This commit is contained in:
Ivan Malison 2017-08-28 17:18:59 -07:00
parent d79df9a600
commit 4ad7ed37da
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -207,7 +207,7 @@ gmailCommand = "start_chrome.sh --new-window https://mail.google.com/mail/u/0/#i
spotifyCommand = "spotify" spotifyCommand = "spotify"
chromeCommand = "start_chrome.sh" chromeCommand = "start_chrome.sh"
emacsCommand = "emacsclient -c" emacsCommand = "emacsclient -c"
htopCommand = "termite -e htop" htopCommand = "termite -e htop -t htop"
transmissionCommand = "transmission-gtk" transmissionCommand = "transmission-gtk"
volumeCommand = "pavucontrol" volumeCommand = "pavucontrol"
taffybarCommand = "restart_taffybar.sh" taffybarCommand = "restart_taffybar.sh"