add grid layout

This commit is contained in:
nojhan 2012-06-22 15:24:40 +02:00
commit c72940044e

View file

@ -37,6 +37,7 @@ myDefaultLayoutHook = windowNavigation $ desktopLayoutModifiers $
||| combineTwo (TwoPane 0.03 0.5) simpleTabbed simpleTabbed ||| combineTwo (TwoPane 0.03 0.5) simpleTabbed simpleTabbed
-- 2/3 of the screen for a master window, other ones on the right -- 2/3 of the screen for a master window, other ones on the right
||| ResizableTall 1 (3/100) (2/3) [] ||| ResizableTall 1 (3/100) (2/3) []
||| GridRatio (4/3)
-- buddy lists on a small vertical pane at right, -- buddy lists on a small vertical pane at right,
-- master windows on top of the remaining space, other ones below -- master windows on top of the remaining space, other ones below