feat(xmonad): Use BSP layout by default

This commit is contained in:
Alexander Kobjolke 2024-03-26 12:04:57 +01:00
parent 89c31dceb4
commit 2df78829b6

View file

@ -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