darcs patch: floating layout with placement

Hi Attached is a patch that introduces an XMonad.Layout.PlacedFloat module, similar to SimplestFloat but with windows automatically placed using a configurable policy. The patch also refactors X.H.Place and moves the placement algorithms to a new X.A.Place module, but all of this should be pretty much backwards-compatible except for the disappearance of purePlaceWindow. Cheers, Quentin

Sorry for the long delay in responding. I tried to apply this patch but am hitting some sort of bad merge behavior, darcs seems to freeze up (or maybe it's just taking a really long time). Would you mind re-recording and resending it? thanks! -Brent On Tue, May 05, 2009 at 12:02:04PM +0200, Quentin Moser wrote:
Hi
Attached is a patch that introduces an XMonad.Layout.PlacedFloat module, similar to SimplestFloat but with windows automatically placed using a configurable policy.
The patch also refactors X.H.Place and moves the placement algorithms to a new X.A.Place module, but all of this should be pretty much backwards-compatible except for the disappearance of purePlaceWindow.
Cheers,
Quentin
_______________________________________________ xmonad mailing list xmonad@haskell.org http://www.haskell.org/mailman/listinfo/xmonad
participants (2)
-
Brent Yorgey
-
Quentin Moser