aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/client-patterns.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/asciidoc/client-patterns.txt')
-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)