From: Simon Ruderich Date: Mon, 13 Jun 2011 14:19:51 +0000 (+0200) Subject: xmonad.hs: Add smartBorders to Vertical layout. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=a4b24403ee3c377214bd78fafc309b331fda8364 xmonad.hs: Add smartBorders to Vertical layout. --- diff --git a/xmonad.hs b/xmonad.hs index cf79ee4..0a898a2 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -56,7 +56,7 @@ avoidMaster = W.modify' $ \c -> case c of -- (see below), thanks to vav in #xmonad on Freenode (2011-06-12 22:28 CEST). myLayoutHook = named "Default" (smartBorders $ Mirror tiled) ||| named "Full" (smartBorders Full) - ||| named "Vertical" tiled + ||| named "Vertical" (smartBorders tiled) where -- Default tiling algorithm partitions the screen into two panes. tiled = Tall nmaster delta ratio