From ffcdd2b25e75328efb7d4ada28cd392d0eb3337a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 2 Aug 2021 06:55:43 -0600 Subject: [PATCH] [XMonad] Fix htop scratchpad --- dotfiles/config/xmonad/xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/config/xmonad/xmonad.hs b/dotfiles/config/xmonad/xmonad.hs index a73476f7..6e8a9395 100644 --- a/dotfiles/config/xmonad/xmonad.hs +++ b/dotfiles/config/xmonad/xmonad.hs @@ -216,7 +216,7 @@ gmailCommand = "google-chrome-stable --new-window https://mail.google.com/mail/u spotifyCommand = "spotify" chromeCommand = "start_chrome" emacsCommand = "emacsclient -c" -htopCommand = "alacritty -e htop -t htop" +htopCommand = "alacritty --title htop -e htop" transmissionCommand = "transmission-gtk" volumeCommand = "pavucontrol"