diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2009-06-28 17:15:06 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2009-06-28 17:15:06 (GMT) |
commit | 5f9f2475b72e977fa96214e368c34c588b265888 (patch) | |
tree | db2dc4b3cc762b356c4420f9345b52e39d94f0c7 /doc | |
parent | c1d9ae5068ed209a8ed051a68c269bd0158bf6a8 (diff) | |
download | fluxbox_paul-5f9f2475b72e977fa96214e368c34c588b265888.zip fluxbox_paul-5f9f2475b72e977fa96214e368c34c588b265888.tar.bz2 |
make Raise/LowerLayer accept integer argument for number of layers, default 2
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/fluxbox-keys.txt | 2 | ||||
-rw-r--r-- | doc/fluxbox-keys.5.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt index ae9abb0..58f59b1 100644 --- a/doc/asciidoc/fluxbox-keys.txt +++ b/doc/asciidoc/fluxbox-keys.txt | |||
@@ -195,7 +195,7 @@ These commands ordinarily affect only the currently focused window. The | |||
195 | Reorder this window to the top or bottom of the window stack, within | 195 | Reorder this window to the top or bottom of the window stack, within |
196 | its current layer. See 'fluxbox(1)' for a discussion of layers. | 196 | its current layer. See 'fluxbox(1)' for a discussion of layers. |
197 | 197 | ||
198 | *RaiseLayer* / *LowerLayer*:: | 198 | *RaiseLayer* / *LowerLayer* ['offset']:: |
199 | Raise the window up to the layer above, or lower it to the layer | 199 | Raise the window up to the layer above, or lower it to the layer |
200 | below. See 'fluxbox(1)' for a discussion of layers. | 200 | below. See 'fluxbox(1)' for a discussion of layers. |
201 | 201 | ||
diff --git a/doc/fluxbox-keys.5.in b/doc/fluxbox-keys.5.in index f1ee22f..1420162 100644 --- a/doc/fluxbox-keys.5.in +++ b/doc/fluxbox-keys.5.in | |||
@@ -278,7 +278,7 @@ Reorder this window to the top or bottom of the window stack, within its current | |||
278 | for a discussion of layers\&. | 278 | for a discussion of layers\&. |
279 | .RE | 279 | .RE |
280 | .PP | 280 | .PP |
281 | \fBRaiseLayer\fR / \fBLowerLayer\fR | 281 | \fBRaiseLayer\fR / \fBLowerLayer\fR [\fIoffset\fR] |
282 | .RS 4 | 282 | .RS 4 |
283 | Raise the window up to the layer above, or lower it to the layer below\&. See | 283 | Raise the window up to the layer above, or lower it to the layer below\&. See |
284 | \fIfluxbox(1)\fR | 284 | \fIfluxbox(1)\fR |