[xmonad] Property vs Query Bool

Brent Yorgey byorgey at seas.upenn.edu
Mon Mar 30 07:49:01 EDT 2009


On Mon, Mar 30, 2009 at 12:54:03AM -0400, Konstantin Sobolev wrote:
> 
> So what should I use, Query Bool with empty (Read, Show)
> implementations, losing state between restarts; or Property losing
> flexibility that I'd like to have?

>From a user perspective, it would be very surprising (and annoying) to
have a layout lose state between restarts since up until now, no
layouts do this.  So I would vote for using Property.  However, feel
free to submit patches for Property to add features you would like to
have.

-Brent


More information about the xmonad mailing list