]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
xmonad.hs: Add smartBorders to Vertical layout.
authorSimon Ruderich <simon@ruderich.org>
Mon, 13 Jun 2011 14:19:51 +0000 (16:19 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 13 Jun 2011 14:19:51 +0000 (16:19 +0200)
xmonad.hs

index cf79ee4caf726f840959906e12db615c7c18a84e..0a898a21b76e5ee484d59a9f0f7d22a53f89a506 100644 (file)
--- 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