diff options
author | Thomas Lübking <thomas.luebking@gmail.com> | 2016-06-26 10:36:27 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2016-06-26 14:35:37 (GMT) |
commit | 6907dc2c23c4baea051061264a2954042cd187d9 (patch) | |
tree | 5fd0aa6d37389c6a9e4cac9a15b63f6e15151803 /doc | |
parent | 07d8fbfba806e10d8e57629b0ade029989c0b9d6 (diff) | |
download | fluxbox-6907dc2c23c4baea051061264a2954042cd187d9.zip fluxbox-6907dc2c23c4baea051061264a2954042cd187d9.tar.bz2 |
document FocusProtection feature
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/fluxbox-apps.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/asciidoc/fluxbox-apps.txt b/doc/asciidoc/fluxbox-apps.txt index 1a12184..c4c9050 100644 --- a/doc/asciidoc/fluxbox-apps.txt +++ b/doc/asciidoc/fluxbox-apps.txt | |||
@@ -159,9 +159,27 @@ Button, Close Button, Menu Button, Sticky Button, Shade Button, External Tabs, F | |||
159 | Whether the window has tabs enabled. | 159 | Whether the window has tabs enabled. |
160 | 160 | ||
161 | *[FocusNewWindow]* {'bool'}:: | 161 | *[FocusNewWindow]* {'bool'}:: |
162 | *DEPRECATED!* Please use FocusProtection "Gain" or "Refuse" instead.;; | ||
162 | If enabled, a new window will grab X focus as soon as it is opened. | 163 | If enabled, a new window will grab X focus as soon as it is opened. |
163 | If disabled, a new window will not grab X focus as soon as it is opened. | 164 | If disabled, a new window will not grab X focus as soon as it is opened. |
164 | 165 | ||
166 | *[FocusProtection]* {'value' [,'value' [, ...]] }:: | ||
167 | Comma separated list of focus controlling flags. 'value' may be:;; | ||
168 | + | ||
169 | -- | ||
170 | *None*;; | ||
171 | Regular behavior | ||
172 | *Gain*;; | ||
173 | A new window will grab X focus as soon as it is opened. | ||
174 | *Refuse*;; | ||
175 | A new window will not grab X focus as soon as it is opened. | ||
176 | *Deny*;; | ||
177 | The window is not allowed to claim focus while it is opened. | ||
178 | *Lock*;; | ||
179 | No window is allowed to claim the focus while this window has it. | ||
180 | -- | ||
181 | Please notice that technically, windows may still obtain the focus which is then however reverted by the WM. In case you're very unlucky, a key event may thus still go to the wrong window. | ||
182 | |||
165 | *[FocusHidden]* {'bool'}:: | 183 | *[FocusHidden]* {'bool'}:: |
166 | If enabled, the window will not appear in 'NextWindow'/'PrevWindow' lists. | 184 | If enabled, the window will not appear in 'NextWindow'/'PrevWindow' lists. |
167 | 185 | ||