[XMonad] Use centerNavigation
This commit is contained in:
parent
35750a2715
commit
3378898090
@ -89,7 +89,12 @@ myConfig = def
|
|||||||
where
|
where
|
||||||
x +++ y = mappend y x
|
x +++ y = mappend y x
|
||||||
|
|
||||||
main = xmonad . docks . pagerHints . ewmh $ myConfig
|
myNavigation2DConfig = def { defaultTiledNavigation = centerNavigation }
|
||||||
|
|
||||||
|
main =
|
||||||
|
xmonad .
|
||||||
|
docks . pagerHints . ewmh . withNavigation2DConfig myNavigation2DConfig $
|
||||||
|
myConfig
|
||||||
|
|
||||||
-- Utility functions
|
-- Utility functions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user