[XMonad] Fix whitespace
This commit is contained in:
parent
d460542fc7
commit
32c768d726
@ -54,7 +54,7 @@ main = xmonad $ def
|
||||
ewmhDesktopsEventHook +++ pagerHintsEventHook
|
||||
, startupHook = myStartup +++ ewmhWorkspaceNamesLogHook
|
||||
, keys = customKeys (const []) addKeys
|
||||
} where
|
||||
} where
|
||||
x +++ y = mappend y x
|
||||
|
||||
-- Selectors
|
||||
|
Loading…
Reference in New Issue
Block a user