diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-21 10:22:57 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-21 10:22:57 (GMT) |
commit | 0116a83aa6b5275cbe3cd2bd851dc6959cacf79b (patch) | |
tree | d1f5d891549f9a5ee24c69e0d437c6746e6e7a23 /doc/asciidoc/fluxbox-keys.txt | |
parent | 9dec17611fba493b028fb6664231822a07b3c4c1 (diff) | |
download | fluxbox_pavel-0116a83aa6b5275cbe3cd2bd851dc6959cacf79b.zip fluxbox_pavel-0116a83aa6b5275cbe3cd2bd851dc6959cacf79b.tar.bz2 |
add SendToNextHead/SendToPrevHead commands, plus some cleanup in CurrentWindowCmd
Diffstat (limited to 'doc/asciidoc/fluxbox-keys.txt')
-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 8ba93ca..aaec83c 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -292,6 +292,12 @@ two arguments;; | |||
292 | Moves the window to the given display head. Only available when fluxbox | 292 | Moves the window to the given display head. Only available when fluxbox |
293 | has been compiled with Xinerama support. | 293 | has been compiled with Xinerama support. |
294 | 294 | ||
295 | *SendToNextHead* ['offset'] / *SendToPrevHead* ['offset']:: | ||
296 | Sends the current window to the next/previous display head. If you | ||
297 | specify an 'offset' greater than *1*, it will move the window that many | ||
298 | heads. If this takes the window beyond the total number of heads, it | ||
299 | will wrap around to the beginning. | ||
300 | |||
295 | Workspace Commands | 301 | Workspace Commands |
296 | ~~~~~~~~~~~~~~~~~~ | 302 | ~~~~~~~~~~~~~~~~~~ |
297 | These commands affect the entire workspace (or "desktop" as it is sometimes | 303 | These commands affect the entire workspace (or "desktop" as it is sometimes |