diff --git a/.xmonad/xmonad-sercanto.hs b/.xmonad/xmonad-sercanto.hs index 32d9da0..0458d7e 100644 --- a/.xmonad/xmonad-sercanto.hs +++ b/.xmonad/xmonad-sercanto.hs @@ -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)