[Xmonad] Add FloatLayout, a Layout Transformer adding a floating layer

David Roundy droundy at darcs.net
Thu Oct 11 10:57:09 EDT 2007


On Thu, Oct 11, 2007 at 01:32:37AM +0200, Karsten Schoelzel wrote:
> 
> more TODO: add documentation
> 
> the most common usage would probably be with
> defaultLayout = Layout $ floatLayout (Layout $ LayoutSelection defaultLayouts)

Note that if you take my advice about changing FloatLayout's data type,
this would become:

defaultLayout = Layout $ floatLayout $ LayoutSelection defaultLayouts
-- 
David Roundy
Department of Physics
Oregon State University


More information about the Xmonad mailing list