aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/fluxbox-keys.txt
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-05 07:05:21 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-05 07:05:21 (GMT)
commit24bea22035e79c17fa6b6fdcd60f88e4eac467d8 (patch)
treee0cae9682c279558cbaa106d0572118ee76652db /doc/asciidoc/fluxbox-keys.txt
parent9d71ad9c1477875001ecd19eb4cbbe1c4ba4eb40 (diff)
downloadfluxbox-24bea22035e79c17fa6b6fdcd60f88e4eac467d8.zip
fluxbox-24bea22035e79c17fa6b6fdcd60f88e4eac467d8.tar.bz2
add SetLayer key command
Diffstat (limited to 'doc/asciidoc/fluxbox-keys.txt')
-rw-r--r--doc/asciidoc/fluxbox-keys.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/asciidoc/fluxbox-keys.txt b/doc/asciidoc/fluxbox-keys.txt
index 197e175..70f3b66 100644
--- a/doc/asciidoc/fluxbox-keys.txt
+++ b/doc/asciidoc/fluxbox-keys.txt
@@ -186,6 +186,11 @@ These commands affect only the currently focused window.
186 Raise the window up to the layer above, or lower it to the layer 186 Raise the window up to the layer above, or lower it to the layer
187 below. See 'fluxbox(1)' for a discussion of layers. 187 below. See 'fluxbox(1)' for a discussion of layers.
188 188
189*SetLayer* 'layer'::
190 Move the window to the specified layer. 'layer' should be one of
191 *AboveDock*, *Dock*, *Top*, *Normal*, *Bottom*, *Desktop*. See
192 'fluxbox(1)' for a discussion of layers.
193
189*Close*:: 194*Close*::
190 Close the current window, equivalent to the window button. 195 Close the current window, equivalent to the window button.
191 196
@@ -599,7 +604,7 @@ The following values are accepted for 'propertyname':::
599 head where the mouse pointer currently resides. 604 head where the mouse pointer currently resides.
600*Layer*;; 605*Layer*;;
601 The string name of the window's layer, which is one of 606 The string name of the window's layer, which is one of
602 *Above Dock*, *Dock*, *Top*, *Normal*, *Bottom*, *Desktop* 607 *AboveDock*, *Dock*, *Top*, *Normal*, *Bottom*, *Desktop*
603 608
604.Matches any windows with the CLASSNAME of "xterm" 609.Matches any windows with the CLASSNAME of "xterm"
605.......... 610..........