diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index a4100d8..c93aeb3 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -333,8 +333,8 @@ myLayout = avoidStruts $ mouseResize $ windowArrange $ T.toggleLayouts floats where -- I've commented out the layouts I don't use. myDefaultLayout = - grid - ||| spirals + spirals + ||| grid ||| noBorders monocle -- ||| tall ||| noBorders tabs