[XMonad] Remove extra whitespace

This commit is contained in:
2016-11-30 17:19:19 -06:00
parent 37783d7c36
commit aab61f5b36

View File

@@ -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 .