diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 17 | ||||
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 5 |
2 files changed, 19 insertions, 3 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index 02fc745..4d92c43 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -417,6 +417,23 @@ doing so. | |||
417 | splits (windows on top of eachother). See *CLIENT PATTERNS* for more about the | 417 | splits (windows on top of eachother). See *CLIENT PATTERNS* for more about the |
418 | 'pattern' arguments. | 418 | 'pattern' arguments. |
419 | 419 | ||
420 | *ArrangeWindowsStackLeft* 'pattern' / *ArrangeWindowsStackRight* 'pattern':: | ||
421 | Similar to *ArrangeWindows*, these commands arrange windows on the current | ||
422 | workspace. The currently focussed window is used as the 'main' window, and | ||
423 | will fill half the screen, while the other windows are tiled on the | ||
424 | other half of the screen as if they were tiled with ArrangeWindows. | ||
425 | *ArrangeWindowsStackLeft* puts the main window on the RIGHT hand side of the | ||
426 | screen, and the tiled windows are on the LEFT hand side of the screen. | ||
427 | *ArrangeWindowsStackRight* puts the main window on the LEFT hand side of the | ||
428 | screen, and the tiled windows are on the RIGHT hand side of the screen. | ||
429 | |||
430 | *ArrangeWindowsStackTop* 'pattern' / *ArrangeWindowsStackBottom 'pattern':: | ||
431 | Behaves just like *ArrangeWindowsStackLeft* and *ArrangeWindowsStackRight*. | ||
432 | *ArrangeWindowsStackBottom* places the main window on the TOP half of the | ||
433 | screen, and the tiled windows on the bottom half of the screen. | ||
434 | *ArrangeWindowsStackTop* places the main window on the BOTTOM half of the | ||
435 | screen and the tiled windows on the top half of the screen. | ||
436 | |||
420 | *ShowDesktop*:: | 437 | *ShowDesktop*:: |
421 | Minimizes all windows on the current workspace. If they are already all | 438 | Minimizes all windows on the current workspace. If they are already all |
422 | minimized, then it restores them. | 439 | minimized, then it restores them. |
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 7848f03..c2e4815 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -1256,9 +1256,8 @@ SIGNALS | |||
1256 | ------- | 1256 | ------- |
1257 | fluxbox responds to the following signals: | 1257 | fluxbox responds to the following signals: |
1258 | 1258 | ||
1259 | - SIGHUP fluxbox loads the configuration. | 1259 | - SIGUSR1 restarts fluxbox. |
1260 | - SIGUSR1 Forces reloading of configuration. | 1260 | - SIGUSR2 Forces reloading of configuration. |
1261 | - SIGUSR2 Forces reloading of menu file. | ||
1262 | 1261 | ||
1263 | AUTHORS | 1262 | AUTHORS |
1264 | ------- | 1263 | ------- |