[Xmonad] Combo layouts ??

David Roundy droundy at darcs.net
Fri Oct 19 10:19:17 EDT 2007


On Fri, Oct 19, 2007 at 06:19:45PM +1000, Dave Harrison wrote:
> Devin Mullins wrote:
> I've tried both of your suggestions and neither seem to work for me.
> 
> If I use,
> 
> layouts = [ combo (TwoPane 0.03 0.5) [(Layout Full,1),(Layout tabbed
> shrinkText defaultTConf,1)]
>           , Layout $ tabbed shrinkText defaultTConf
>           , Layout tiled
>           , Layout $ Mirror tiled
>           , Layout Full
>           -- Add extra layouts you want to use here:
>           -- % Extension-provided layouts
>           ]

Sorry.  I think we want:

layouts = [ Layout $ combo (TwoPane 0.03 0.5) [(Layout Full,1),
                                               (Layout tabbed shrinkText defaultTConf,1)]
          , Layout $ tabbed shrinkText defaultTConf
          , Layout tiled
          , Layout $ Mirror tiled
          , Layout Full
          -- Add extra layouts you want to use here:
          -- % Extension-provided layouts
          ]
-- 
David Roundy
Department of Physics
Oregon State University


More information about the Xmonad mailing list