From c72940044e398aea72d5a5251a50e2c51e53a349 Mon Sep 17 00:00:00 2001 From: nojhan Date: Fri, 22 Jun 2012 15:24:40 +0200 Subject: [PATCH] add grid layout --- xmonad.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/xmonad.hs b/xmonad.hs index 2b0ce68..9c83c86 100644 --- a/xmonad.hs +++ b/xmonad.hs @@ -37,6 +37,7 @@ myDefaultLayoutHook = windowNavigation $ desktopLayoutModifiers $ ||| combineTwo (TwoPane 0.03 0.5) simpleTabbed simpleTabbed -- 2/3 of the screen for a master window, other ones on the right ||| ResizableTall 1 (3/100) (2/3) [] + ||| GridRatio (4/3) -- buddy lists on a small vertical pane at right, -- master windows on top of the remaining space, other ones below