Re: [merge request] add-window-matcher, bugfix, doc.



Am Mon, 7 Dec 2009 18:15:02 +0200
schrieb Timo Korvola <Timo Korvola iki fi>:

> On Sunday 06 December 2009 19:09:57 Christopher Roy Bratusek wrote:
> > (add-window-matcher '((WM_NAME "foo")
> >                       (WM_NAME "bar"))
> >                     '((fixed-position . nil )
> >                       (window-history . t )))
> 
> Terms of the rule are anded together, so that would match windows
> that have both "foo" and "bar" as part of their name.  Except that it
> is (WM_NAME . "foo") etc.

I know.

> > Or in other words to use the same matcher directly for different
> > windows. That's currently not possible.
> 
> You can use multiple rules if that is what you want.
> http://mail.gnome.org/archives/sawfish-list/2009-November/msg00136.html
> 

I already have a way to achieve that, I just thought it would be nice
to have that in the original func.

Chris


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]