diff options
author | Danny Baumann <dannybaumann@web.de> | 2008-10-03 13:32:57 +0200 |
---|---|---|
committer | Danny Baumann <dannybaumann@web.de> | 2008-10-03 13:32:57 +0200 |
commit | 2ff50b5b0b66e087090553954bbb43fad7f614e7 (patch) | |
tree | 6de411ba33fe8132fb6a127dd25ebd2d3b93a9d4 /metadata | |
parent | cf3774147de8137b6698ae9d35c8ad579bd97b87 (diff) | |
download | zcomp-2ff50b5b0b66e087090553954bbb43fad7f614e7.tar.gz zcomp-2ff50b5b0b66e087090553954bbb43fad7f614e7.tar.bz2 |
Improve focus stealing prevention.
- Allow window focus if currently no window or only the desktop window is focussed.
- Rename mode "High" to "Normal" and introduce "High" mode that denies focus attempts of windows not belonging to the active application.
- Allow focus attempts of windows of the same application in Low, Normal, High modes.
Diffstat (limited to 'metadata')
-rw-r--r-- | metadata/core.xml.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/metadata/core.xml.in b/metadata/core.xml.in index ef4488e..5a7c203 100644 --- a/metadata/core.xml.in +++ b/metadata/core.xml.in @@ -366,7 +366,7 @@ <_short>Focus Prevention Level</_short> <_long>Level of focus stealing prevention</_long> <min>0</min> - <max>3</max> + <max>4</max> <default>1</default> <desc> <value>0</value> @@ -378,10 +378,14 @@ </desc> <desc> <value>2</value> - <_name>High</_name> + <_name>Normal</_name> </desc> <desc> <value>3</value> + <_name>High</_name> + </desc> + <desc> + <value>4</value> <_name>Very High</_name> </desc> </option> |