diff --git a/home/alex/programs/xmonad/config.hs b/home/alex/programs/xmonad/config.hs index c0d1cef..6a572b8 100644 --- a/home/alex/programs/xmonad/config.hs +++ b/home/alex/programs/xmonad/config.hs @@ -37,7 +37,7 @@ compileRestart resume = do executeFile (cacheDir dirs compiledConfig) False args Nothing ) -myLayout = smartBorders . borderResize . Docks.avoidStruts $ toggleLayouts emptyBSP Full +myLayout = smartBorders . borderResize . Docks.avoidStruts $ toggleLayouts Full emptyBSP main :: IO () main = getDirectories >>= launch myConfig