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