feat(xmonad): Use BSP layout by default
This commit is contained in:
parent
89c31dceb4
commit
2df78829b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue