[XMonad] Fix typo
This commit is contained in:
parent
afd324ba72
commit
e7331e23e1
@ -154,7 +154,7 @@ hangoutsCommand = "start_hangouts.sh"
|
|||||||
spotifyCommand = "spotify"
|
spotifyCommand = "spotify"
|
||||||
chromeCommand = "google-chrome-stable"
|
chromeCommand = "google-chrome-stable"
|
||||||
emacsCommand = "emacsclient -c"
|
emacsCommand = "emacsclient -c"
|
||||||
htopCommnad = "urxvt -e htop"
|
htopCommand = "urxvt -e htop"
|
||||||
transmissionCommand = "transmission-gtk"
|
transmissionCommand = "transmission-gtk"
|
||||||
volumeCommand = "pavucontrol"
|
volumeCommand = "pavucontrol"
|
||||||
|
|
||||||
@ -572,7 +572,7 @@ swapMinimizeStateAfter action =
|
|||||||
-- Named Scratchpads
|
-- Named Scratchpads
|
||||||
|
|
||||||
scratchpads =
|
scratchpads =
|
||||||
[ NS "htop" htopCommnad (title =? "htop") nonFloating
|
[ NS "htop" htopCommand (title =? "htop") nonFloating
|
||||||
, NS "spotify" spotifyCommand spotifySelector nonFloating
|
, NS "spotify" spotifyCommand spotifySelector nonFloating
|
||||||
, NS "hangouts" hangoutsCommand hangoutsSelector nonFloating
|
, NS "hangouts" hangoutsCommand hangoutsSelector nonFloating
|
||||||
, NS "volume" volumeCommand volumeSelector nonFloating
|
, NS "volume" volumeCommand volumeSelector nonFloating
|
||||||
|
Loading…
Reference in New Issue
Block a user