aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/fluxbox-keys.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/asciidoc/fluxbox-keys.txt')
-rw-r--r--doc/asciidoc/fluxbox-keys.txt17
1 files changed, 17 insertions, 0 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.