feat(xmonad): set layout perferences for sercanto
This commit is contained in:
parent
bc199c5333
commit
1cd173cadf
|
@ -273,11 +273,11 @@ myKeybinds =
|
|||
------------
|
||||
|
||||
-- myLayout :: Choose (ModifiedLayout Spacing Tall) (Choose (Mirror (ModifiedLayout Spacing Tall)) Full) a
|
||||
myLayout = spacedThreeColMid
|
||||
||| spacedSpiral
|
||||
myLayout = spacedSpiral
|
||||
||| Full
|
||||
||| spacedThreeColMid
|
||||
||| tiled
|
||||
||| Mirror tiled
|
||||
||| Full
|
||||
where
|
||||
tiled = spacing 3 $ Tall nmaster delta ratio
|
||||
spacedSpiral = spacing 3 $ spiral (6/7)
|
||||
|
|
Loading…
Reference in a new issue