diff options
Diffstat (limited to 'doc/asciidoc/fluxbox-keys.txt')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index 771621d..b3b458a 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -166,11 +166,6 @@ Window Commands | |||
166 | These commands ordinarily affect only the currently focused window. The | 166 | These commands ordinarily affect only the currently focused window. The |
167 | *OnWindow* modifier and *ForEach* command may affect the window that is used. | 167 | *OnWindow* modifier and *ForEach* command may affect the window that is used. |
168 | 168 | ||
169 | *Activate* ['pattern'] | *Focus* ['pattern']:: | ||
170 | Set the focus to the window matching the argument. If 'pattern' is | ||
171 | omitted, this may be used with the *OnWindow* modifier to set the | ||
172 | focus. See *CLIENT PATTERNS* for more about the 'pattern' arguments. | ||
173 | |||
174 | *Minimize* | *MinimizeWindow* | *Iconify*:: | 169 | *Minimize* | *MinimizeWindow* | *Iconify*:: |
175 | Minimize the current window, equivalent to the window button. | 170 | Minimize the current window, equivalent to the window button. |
176 | 171 | ||
@@ -211,6 +206,11 @@ These commands ordinarily affect only the currently focused window. The | |||
211 | Toggle the *sticky* state of the current window, equivalent to the | 206 | Toggle the *sticky* state of the current window, equivalent to the |
212 | window button. A *sticky* window is visible on all workspaces. | 207 | window button. A *sticky* window is visible on all workspaces. |
213 | 208 | ||
209 | *SetDecor* 'decor':: | ||
210 | Sets which window decorations will be shown. 'decor' has the same format | ||
211 | as the `[Deco]' parameter in the apps file. See man fluxbox section | ||
212 | APPLICATION SETTINGS for more info. | ||
213 | |||
214 | *ToggleDecor*:: | 214 | *ToggleDecor*:: |
215 | Toggles the presence of the window decorations (title bar, window | 215 | Toggles the presence of the window decorations (title bar, window |
216 | buttons, and resize bar). | 216 | buttons, and resize bar). |
@@ -310,7 +310,7 @@ called). | |||
310 | Jumps to the given workspace 'number'. The first workspace is *1*. | 310 | Jumps to the given workspace 'number'. The first workspace is *1*. |
311 | 311 | ||
312 | *NextWindow* [{'options'}] ['pattern'] / *PrevWindow* [{'options'}] ['pattern']:: | 312 | *NextWindow* [{'options'}] ['pattern'] / *PrevWindow* [{'options'}] ['pattern']:: |
313 | Focuses and activates the next / previous window in the focus list. | 313 | Focuses the next / previous window in the focus list. |
314 | + | 314 | + |
315 | 'options' is one or more of the following, space delimited:;; | 315 | 'options' is one or more of the following, space delimited:;; |
316 | + | 316 | + |
@@ -344,6 +344,11 @@ doing so. | |||
344 | list. The 'options' and 'pattern' arguments have the same meaning as | 344 | list. The 'options' and 'pattern' arguments have the same meaning as |
345 | *NextWindow* above. | 345 | *NextWindow* above. |
346 | 346 | ||
347 | *Activate* ['pattern'] | *Focus* ['pattern']:: | ||
348 | With 'pattern', this is an alias for *GoToWindow* 1 'pattern'. Without, | ||
349 | this behaves like a window command, so that OnWindow events can change | ||
350 | the focused window. | ||
351 | |||
347 | *Attach* 'pattern':: | 352 | *Attach* 'pattern':: |
348 | Combines all windows that match the 'pattern' into a single tab group. | 353 | Combines all windows that match the 'pattern' into a single tab group. |
349 | See *CLIENT PATTERNS* for more about the 'pattern' arguments. | 354 | See *CLIENT PATTERNS* for more about the 'pattern' arguments. |