[xmonad] darcs patch: LayoutBuilder - make an example more sane

Adam Vogt vogt.adam at gmail.com
Wed May 13 20:52:22 EDT 2009


I have not tried this modification, but I think that:

> Tall 0 0.5 0.01

may be even more sane than what you changed it to (Tall 0 0.01 0.5)

considering that Tall is documented as such:

> data Tall a
>   = Tall {tallNMaster :: !Int,
>           tallRatio :: !Rational,
>           tallRatioIncrement :: !Rational}

What do you think?

Adam


More information about the xmonad mailing list