[XMonad] Fix whitespace

This commit is contained in:
2016-11-20 21:03:24 -08:00
parent 32c768d726
commit 574286e326

View File

@@ -83,7 +83,8 @@ myStartup = spawn "systemctl --user start wm.target"
myManageHook = composeAll . concat $ myManageHook = composeAll . concat $
[ [ hangoutsSelector --> doShift "2"] [ [ hangoutsSelector --> doShift "2"]
, [ transmissionSelector --> doShift "5" ]] , [ transmissionSelector --> doShift "5" ]
]
-- Toggles -- Toggles
unmodifyLayout (ModifiedLayout _ x') = x' unmodifyLayout (ModifiedLayout _ x') = x'