summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-21 10:22:57 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-21 10:22:57 (GMT)
commit0116a83aa6b5275cbe3cd2bd851dc6959cacf79b (patch)
treed1f5d891549f9a5ee24c69e0d437c6746e6e7a23 /doc
parent9dec17611fba493b028fb6664231822a07b3c4c1 (diff)
downloadfluxbox_lack-0116a83aa6b5275cbe3cd2bd851dc6959cacf79b.zip
fluxbox_lack-0116a83aa6b5275cbe3cd2bd851dc6959cacf79b.tar.bz2
add SendToNextHead/SendToPrevHead commands, plus some cleanup in CurrentWindowCmd
Diffstat (limited to 'doc')
-rw-r--r--doc/asciidoc/fluxbox-keys.txt6
-rw-r--r--doc/fluxbox-keys.512
2 files changed, 16 insertions, 2 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
295Workspace Commands 301Workspace Commands
296~~~~~~~~~~~~~~~~~~ 302~~~~~~~~~~~~~~~~~~
297These commands affect the entire workspace (or "desktop" as it is sometimes 303These commands affect the entire workspace (or "desktop" as it is sometimes
diff --git a/doc/fluxbox-keys.5 b/doc/fluxbox-keys.5
index 61fa49a..f4155d3 100644
--- a/doc/fluxbox-keys.5
+++ b/doc/fluxbox-keys.5
@@ -1,11 +1,11 @@
1.\" Title: fluxbox-keys 1.\" Title: fluxbox-keys
2.\" Author: 2.\" Author:
3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> 3.\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
4.\" Date: 08/20/2008 4.\" Date: 08/21/2008
5.\" Manual: 5.\" Manual:
6.\" Source: 6.\" Source:
7.\" 7.\"
8.TH "FLUXBOX\-KEYS" "5" "08/20/2008" "" "" 8.TH "FLUXBOX\-KEYS" "5" "08/21/2008" "" ""
9.\" disable hyphenation 9.\" disable hyphenation
10.nh 10.nh
11.\" disable justification (adjust text to left margin only) 11.\" disable justification (adjust text to left margin only)
@@ -381,6 +381,14 @@ First value becomes the focused alpha, second becomes the unfocused alpha value\
381.RS 4 381.RS 4
382Moves the window to the given display head\. Only available when fluxbox has been compiled with Xinerama support\. 382Moves the window to the given display head\. Only available when fluxbox has been compiled with Xinerama support\.
383.RE 383.RE
384.PP
385\fBSendToNextHead\fR [\fIoffset\fR] / \fBSendToPrevHead\fR [\fIoffset\fR]
386.RS 4
387Sends the current window to the next/previous display head\. If you specify an
388\fIoffset\fR
389greater than
390\fB1\fR, it will move the window that many heads\. If this takes the window beyond the total number of heads, it will wrap around to the beginning\.
391.RE
384.SS "Workspace Commands" 392.SS "Workspace Commands"
385These commands affect the entire workspace (or "desktop" as it is sometimes called)\. 393These commands affect the entire workspace (or "desktop" as it is sometimes called)\.
386.PP 394.PP