[XMonad] Fix htop scratchpad

This commit is contained in:
2021-08-02 06:55:43 -06:00
parent 5e3fc5d799
commit ffcdd2b25e

View File

@@ -216,7 +216,7 @@ gmailCommand = "google-chrome-stable --new-window https://mail.google.com/mail/u
spotifyCommand = "spotify" spotifyCommand = "spotify"
chromeCommand = "start_chrome" chromeCommand = "start_chrome"
emacsCommand = "emacsclient -c" emacsCommand = "emacsclient -c"
htopCommand = "alacritty -e htop -t htop" htopCommand = "alacritty --title htop -e htop"
transmissionCommand = "transmission-gtk" transmissionCommand = "transmission-gtk"
volumeCommand = "pavucontrol" volumeCommand = "pavucontrol"