simple tall for IM layout

This commit is contained in:
nojhan 2012-06-06 10:06:37 +02:00
commit b59b7d0fb9

View file

@ -46,7 +46,8 @@ main = xmonad $ gnomeConfig
-- 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
-- ||| withIM (10/100) (Or (Role "buddy_list") (Role "contact_list")) (Mirror( ResizableTall 1 (3/100) (2/3) [] )) -- ||| withIM (10/100) (Or (Role "buddy_list") (Role "contact_list")) (Mirror( ResizableTall 1 (3/100) (2/3) [] ))
||| withIM (10/100) (Or (Or (Role "buddy_list") (Role "contact_list")) (ClassName "gimp-toolbox")) (combineTwo (Mirror(TwoPane 0.03 0.8)) simpleTabbedAlways Grid) -- ||| withIM (10/100) (Or (Or (Role "buddy_list") (Role "contact_list")) (ClassName "gimp-toolbox")) (combineTwo (Mirror(TwoPane 0.03 0.8)) simpleTabbedAlways Grid)
||| withIM (10/100) (Or (Or (Role "buddy_list") (Role "contact_list")) (ClassName "gimp-toolbox")) (Mirror(ResizableTall 1 (3/100) (3/4) []))
} }
-- Simple notation ala emacs -- Simple notation ala emacs
`removeKeysP` `removeKeysP`