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



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.

> 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

-- 
	Timo Korvola		<URL:http://www.iki.fi/tkorvola>


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