[XMonad] Fix whitespace

This commit is contained in:
2016-11-20 21:01:50 -08:00
parent d460542fc7
commit 32c768d726

View File

@@ -54,7 +54,7 @@ main = xmonad $ def
ewmhDesktopsEventHook +++ pagerHintsEventHook
, startupHook = myStartup +++ ewmhWorkspaceNamesLogHook
, keys = customKeys (const []) addKeys
} where
} where
x +++ y = mappend y x
-- Selectors