diff --git a/dotfiles/xmonad/xmonad.hs b/dotfiles/xmonad/xmonad.hs index e3165b3d..a5cc7ba8 100644 --- a/dotfiles/xmonad/xmonad.hs +++ b/dotfiles/xmonad/xmonad.hs @@ -51,7 +51,7 @@ addKeys conf@XConfig {modMask = modm} = , (W.shift, shiftMask) , (shiftThenView, controlMask)]] -layouts = tiled ||| Full ||| multiCol [1, 1] 2 0.01 (1/3) +layouts = tiled ||| Full ||| multiCol [1, 1] 2 0.01 (-0.5) where tiled = Tall 1 (3/100) (1/2)