From 4ad7ed37da6fc327dcb178922e1f2d0e6fc8dee9 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 28 Aug 2017 17:18:59 -0700 Subject: [PATCH] [XMonad] Set termite title when executing htop --- dotfiles/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index 9bfc8a49..6a35c37c 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -207,7 +207,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 = "termite -e htop" +htopCommand = "termite -e htop -t htop" transmissionCommand = "transmission-gtk" volumeCommand = "pavucontrol" taffybarCommand = "restart_taffybar.sh"