
14 May
2009
14 May
'09
8:34 a.m.
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
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