[Xmonad] Full screen float window and its border
Andrea Rossato
mailing_list at istitutocolli.org
Wed Oct 10 02:24:45 EDT 2007
Hi Xiao-Yong,
On Wed, Oct 10, 2007 at 02:07:22AM -0400, Xiao-Yong Jin wrote:
> BTW, I found a small bug in the code for `adjust' and this
> should fix it.
>
> {
> hunk ./Operations.hs 59
> - let adjust (W.RationalRect x y wid h) | x + wid >= 1 || y + wid >= 1 || x <= 0 || y <= 0
> + let adjust (W.RationalRect x y wid h) | x + wid >= 1 || y + h >= 1 || x <= 0 || y <= 0
> }
I think you should send the patch. Also to be credited for the fix, as
it should be.
Cheer,
Andrea
More information about the Xmonad
mailing list