[XMonad] Fix whitespace

This commit is contained in:
Ivan Malison 2016-11-20 21:01:50 -08:00
parent d460542fc7
commit 32c768d726
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

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