feat(xmonad): set layout perferences for sercanto

This commit is contained in:
Serĉanto de Scio 2024-07-10 19:34:32 +10:00
parent bc199c5333
commit 1cd173cadf
Signed by: sercanto
GPG key ID: A4122FF3971B6865

View file

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