diff options
author | Thomas Lübking <thomas.luebking@gmail.com> | 2016-08-12 15:29:50 (GMT) |
---|---|---|
committer | Mathias Gumz <akira@fluxbox.org> | 2016-08-26 06:06:47 (GMT) |
commit | 6c0565c482b496b7d34e3731415829e7c4872535 (patch) | |
tree | 7b59e1a464c3c915e98f2d292cb5e4e992b3985e /doc | |
parent | f22435d60bf7a52e00608576074dd791e8731bf2 (diff) | |
download | fluxbox-6c0565c482b496b7d34e3731415829e7c4872535.zip fluxbox-6c0565c482b496b7d34e3731415829e7c4872535.tar.bz2 |
add commands to toggle toolbar and slit layer
toggle(Toolbar|Slit)Above toggles the resp. item between its
regular and the AboveDock layer (ie. above everything, even visible on
active fullscreen windows)
Also required step for autoraising.
REQUEST: 222
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index 4360c5f..560e94d 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -438,6 +438,12 @@ doing so. | |||
438 | 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 |
439 | minimized, then it restores them. | 439 | minimized, then it restores them. |
440 | 440 | ||
441 | *ToggleSlitAbove*:: | ||
442 | Toggles the slit between its regular and the AboveDock layer | ||
443 | |||
444 | *ToggleToolbarAbove*:: | ||
445 | Toggles the toolbar between its regular and the AboveDock layer | ||
446 | |||
441 | *Deiconify* 'mode' 'destination':: | 447 | *Deiconify* 'mode' 'destination':: |
442 | Deiconifies windows (or, restores from a minimized state). | 448 | Deiconifies windows (or, restores from a minimized state). |
443 | + | 449 | + |