forked from colonelpanic/dotfiles
[XMonad] Remove extra whitespace
This commit is contained in:
parent
37783d7c36
commit
aab61f5b36
@ -216,7 +216,7 @@ toggleStateToString s =
|
||||
|
||||
toggleToStringWithState :: (Transformer t Window, Show t) => t -> X String
|
||||
toggleToStringWithState toggle =
|
||||
(printf "%s (%s)" (show toggle) . toggleStateToString) <$>
|
||||
printf "%s (%s)" (show toggle) . toggleStateToString <$>
|
||||
isToggleActive toggle
|
||||
|
||||
selectToggle =
|
||||
@ -268,7 +268,6 @@ selectLayout =
|
||||
DM.menuArgs "rofi" ["-dmenu", "-i"] layoutNames >>=
|
||||
(sendMessage . JumpToLayout)
|
||||
|
||||
|
||||
myLayoutHook =
|
||||
avoidStruts . minimize . boringAuto . mkToggle1 MIRROR . mkToggle1 LIMIT .
|
||||
mkToggle1 GAPS . mkToggle1 MAGICFOCUS . mkToggle1 NBFULL . workspaceNamesHook .
|
||||
|
Loading…
Reference in New Issue
Block a user