aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2011-02-03 18:48:46 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2011-02-03 18:48:46 (GMT)
commitb6347f4c5ff1a1d04cbfd1073eea3eccbabbe74a (patch)
treec3fdc9a8cffbee2cf93a67ac62602421f31ec559 /doc
parent73eda9d327686e04692c6bd7997f9330c43c76c2 (diff)
downloadfluxbox-b6347f4c5ff1a1d04cbfd1073eea3eccbabbe74a.zip
fluxbox-b6347f4c5ff1a1d04cbfd1073eea3eccbabbe74a.tar.bz2
added documentation about the 'screen' client-pattern
Diffstat (limited to 'doc')
-rw-r--r--doc/asciidoc/client-patterns.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/asciidoc/client-patterns.txt b/doc/asciidoc/client-patterns.txt
index 5b00e0c..addb12e 100644
--- a/doc/asciidoc/client-patterns.txt
+++ b/doc/asciidoc/client-patterns.txt
@@ -64,6 +64,11 @@ The following values are accepted for 'propertyname':::
64*Layer*;; 64*Layer*;;
65 The string name of the window's layer, which is one of 65 The string name of the window's layer, which is one of
66 *AboveDock*, *Dock*, *Top*, *Normal*, *Bottom*, *Desktop* 66 *AboveDock*, *Dock*, *Top*, *Normal*, *Bottom*, *Desktop*
67*Screen*;;
68 The number of the currently used 'screen'. If the setup of the
69 running xserver involves independant screens ('not Xinerama'), the $DISPLAY
70 environment contains something like ':0.1' or ':1.0'. The part after the
71 dot ('.') is the number of the screen.
67*@XPROP*;; 72*@XPROP*;;
68 A string, corresponding to any xproperty (Use either the *xprop(1)* 73 A string, corresponding to any xproperty (Use either the *xprop(1)*
69 utility or the 'SetXProp' command to set a xproperty to a window) 74 utility or the 'SetXProp' command to set a xproperty to a window)