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 :: Choose (ModifiedLayout Spacing Tall) (Choose (Mirror (ModifiedLayout Spacing Tall)) Full) a
|
||||||
myLayout = spacedThreeColMid
|
myLayout = spacedSpiral
|
||||||
||| spacedSpiral
|
||| Full
|
||||||
|
||| spacedThreeColMid
|
||||||
||| tiled
|
||| tiled
|
||||||
||| Mirror tiled
|
||| Mirror tiled
|
||||||
||| Full
|
|
||||||
where
|
where
|
||||||
tiled = spacing 3 $ Tall nmaster delta ratio
|
tiled = spacing 3 $ Tall nmaster delta ratio
|
||||||
spacedSpiral = spacing 3 $ spiral (6/7)
|
spacedSpiral = spacing 3 $ spiral (6/7)
|
||||||
|
|
Loading…
Reference in a new issue