From a4b24403ee3c377214bd78fafc309b331fda8364 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 13 Jun 2011 16:19:51 +0200 Subject: [PATCH] xmonad.hs: Add smartBorders to Vertical layout. --- xmonad.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.1