search for: focus_prevention_match

Displaying 2 results from an estimated 2 matches for "focus_prevention_match".

2007 Mar 02
1
[PATCH] prevention focus obsolete
http://hibbert.univ-lille3.fr/%7Ecbellegarde/Compiz/prevention.patch Here a patch to remove focus_prevention option. Put a zero string in focus_prevention_match do the same. Cedric
2007 Feb 26
4
window matching interface and the new match option
...these new match options so you should avoid using them in performance critical code, like each time a window is painted. Here's a few use cases that you can try out today if you just pull the latest bits from the master branch. 1. Simple window matching for a specific action. I've added a focus_prevention_match option which allow you to specify which windows focus prevention should apply to. E.g. when having the regex plugin loaded you can set the option to something like this: "(!class=Gecko | title=*Pref*) & !class=*terminal*" 2. Keep a consistent state which depend on some window proper...