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