[xmonad] Property vs Query Bool

Konstantin Sobolev konstantin.sobolev at gmail.com
Mon Mar 30 21:23:59 EDT 2009


Hello

On Mon, Mar 30, 2009 at 12:35 PM, Roman Cheplyaka <roma at ro-che.info> 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?
>
> You should use Property. Concerning flexibility, if you can not
> discriminate windows by exact matches, it's typically a problem with
> that application and is a reason to submit a bug report.

I agree with one exception: lots of programs change their titles
dynamically: editors, browsers etc.
May be we can make Title match on regexp?


More information about the xmonad mailing list