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

Anders Engström ankaan at gmail.com
Thu May 14 04:34:04 EDT 2009


Actually. I think I just found a bug in XMonad.Layout. My code
generates the sane behaviour (have a look at the actual
implementation), but according to the documentation it should be like
you have written.

/Anders

On Thu, May 14, 2009 at 02:52, Adam Vogt <vogt.adam at gmail.com> wrote:
> 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