diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index e52005c..b43765c 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -293,6 +293,7 @@ mySpacing i = spacingRaw True (Border i i i i) True (Border i i i i) True tall = renamed [Replace "tall"] $ limitWindows 12 $ mySpacing 8 + -- $ Mirror $ ResizableTall 1 (3/100) (1/2) [] magnify = renamed [Replace "magnify"] $ magnifier @@ -361,8 +362,8 @@ myLayout = avoidStruts $ mouseResize $ windowArrange $ T.toggleLayouts floats -- ||| grid -- ||| floats -- ||| magnify - -- ||| threeCol -- ||| threeRow + -- ||| threeCol ------------------------------------------------------------------------