aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/client-patterns.txt
diff options
context:
space:
mode:
authorMathias Gumz <akira@fluxbox.org>2015-01-05 15:52:06 (GMT)
committerMathias Gumz <akira@fluxbox.org>2015-01-05 15:52:06 (GMT)
commita46a4aef08abaf548437b688c38d9e5eb99f7eb8 (patch)
tree6dad4e7ab0bad005a5a93f7f82c877fdff080040 /doc/asciidoc/client-patterns.txt
parent3d6d7f8183c2424f83de0f4dd8d3e172f245d623 (diff)
downloadfluxbox-a46a4aef08abaf548437b688c38d9e5eb99f7eb8.zip
fluxbox-a46a4aef08abaf548437b688c38d9e5eb99f7eb8.tar.bz2
Documentation: white-spaces and minor formatting
Diffstat (limited to 'doc/asciidoc/client-patterns.txt')
-rw-r--r--doc/asciidoc/client-patterns.txt92
1 files changed, 46 insertions, 46 deletions
diff --git a/doc/asciidoc/client-patterns.txt b/doc/asciidoc/client-patterns.txt
index ed1229d..bfcf1fc 100644
--- a/doc/asciidoc/client-patterns.txt
+++ b/doc/asciidoc/client-patterns.txt
@@ -1,5 +1,5 @@
1A 'pattern' looks like this::: 1A 'pattern' looks like this:::
2 *(*['propertyname'[!]=]'regexp'*)* ... 2 *(*['propertyname'[!]=]'regexp'*)* ...
3 3
4Match definitions are enclosed in parentheses *(*...*)*, and if no 4Match definitions are enclosed in parentheses *(*...*)*, and if no
5'propertyname' is given then *Name* is assumed. The 'regexp' can contain any 5'propertyname' is given then *Name* is assumed. The 'regexp' can contain any
@@ -16,71 +16,71 @@ You can use *=* to test for equality or *!=* to test for inequality.
16 16
17The following values are accepted for 'propertyname'::: 17The following values are accepted for 'propertyname':::
18*Name*;; 18*Name*;;
19 A string, corresponding to the CLASSNAME property (The first field of 19 A string, corresponding to the CLASSNAME property (The first field of
20 WM_CLASS from the output of the *xprop(1)* utility). 20 WM_CLASS from the output of the *xprop(1)* utility).
21*Class*;; 21*Class*;;
22 A string, corresponding to the CLASSCLASS property (The second field of 22 A string, corresponding to the CLASSCLASS property (The second field of
23 WM_CLASS from the output of the *xprop(1)* utility). 23 WM_CLASS from the output of the *xprop(1)* utility).
24*Title*;; 24*Title*;;
25 A string, corresponding to the window title (WM_NAME from *xprop(1)*). 25 A string, corresponding to the window title (WM_NAME from *xprop(1)*).
26*Role*;; 26*Role*;;
27 A string, corresponding to the ROLE property (WM_WINDOW_ROLE from 27 A string, corresponding to the ROLE property (WM_WINDOW_ROLE from
28 *xprop(1)*). 28 *xprop(1)*).
29*Transient*;; 29*Transient*;;
30 Either *yes* or *no*, depending on whether the window is transient 30 Either *yes* or *no*, depending on whether the window is transient
31 (typically, a popup dialog) or not. 31 (typically, a popup dialog) or not.
32*Maximized*;; 32*Maximized*;;
33 Either *yes* or *no*, depending on whether the window is maximized or 33 Either *yes* or *no*, depending on whether the window is maximized or
34 not. 34 not.
35*MaximizedHorizontal*;; 35*MaximizedHorizontal*;;
36 Either *yes* or *no*, depending on whether the window is maximized 36 Either *yes* or *no*, depending on whether the window is maximized
37 horizontally or not. 37 horizontally or not.
38*MaximizedVertical*;; 38*MaximizedVertical*;;
39 Either *yes* or *no*, depending on whether the window is maximized 39 Either *yes* or *no*, depending on whether the window is maximized
40 vertically or not. 40 vertically or not.
41*Minimized*;; 41*Minimized*;;
42 Either *yes* or *no*, depending on whether the window is minimized 42 Either *yes* or *no*, depending on whether the window is minimized
43 (iconified) or not. 43 (iconified) or not.
44*Fullscreen*;; 44*Fullscreen*;;
45 Either *yes* or *no*, depending on whether the window is fullscreen or 45 Either *yes* or *no*, depending on whether the window is fullscreen or
46 not. 46 not.
47*Shaded*;; 47*Shaded*;;
48 Either *yes* or *no*, depending on whether the window is shaded or 48 Either *yes* or *no*, depending on whether the window is shaded or
49 not. 49 not.
50*Stuck*;; 50*Stuck*;;
51 Either *yes* or *no*, depending on whether the window is sticky (on 51 Either *yes* or *no*, depending on whether the window is sticky (on
52 all workspaces) or not. 52 all workspaces) or not.
53*FocusHidden*;; 53*FocusHidden*;;
54 Either *yes* or *no*, depending on whether the window has asked to be 54 Either *yes* or *no*, depending on whether the window has asked to be
55 left off the focus list (or, the alt-tab list), or not. 55 left off the focus list (or, the alt-tab list), or not.
56*IconHidden*;; 56*IconHidden*;;
57 Either *yes* or *no*, depending on whether the window has asked to be 57 Either *yes* or *no*, depending on whether the window has asked to be
58 left off the icon list (or, the taskbar), or not. 58 left off the icon list (or, the taskbar), or not.
59*Urgent*;; 59*Urgent*;;
60 Either *yes* or *no*, depending on whether the window has the urgent 60 Either *yes* or *no*, depending on whether the window has the urgent
61 hint set. 61 hint set.
62*Workspace*;; 62*Workspace*;;
63 A number corresponding to the workspace number to which the window is 63 A number corresponding to the workspace number to which the window is
64 attached. The first workspace here is *0*. You may also use *[current]* to 64 attached. The first workspace here is *0*. You may also use *[current]* to
65 match the currently visible workspace. 65 match the currently visible workspace.
66*WorkspaceName*;; 66*WorkspaceName*;;
67 A string corresponding to the name of the workspace to which the 67 A string corresponding to the name of the workspace to which the
68 window is attached. 68 window is attached.
69*Head*;; 69*Head*;;
70 The number of the display head to which the window is attached. You 70 The number of the display head to which the window is attached. You
71 may match this against the special value *[mouse]* which refers to the 71 may match this against the special value *[mouse]* which refers to the
72 head where the mouse pointer currently resides. 72 head where the mouse pointer currently resides.
73*Layer*;; 73*Layer*;;
74 The string name of the window's layer, which is one of 74 The string name of the window's layer, which is one of
75 *AboveDock*, *Dock*, *Top*, *Normal*, *Bottom*, *Desktop* 75 *AboveDock*, *Dock*, *Top*, *Normal*, *Bottom*, *Desktop*
76*Screen*;; 76*Screen*;;
77 The number of the currently used 'screen'. If the setup of the 77 The number of the currently used 'screen'. If the setup of the
78 running xserver involves independent screens ('not Xinerama'), the $DISPLAY 78 running xserver involves independent screens ('not Xinerama'), the $DISPLAY
79 environment contains something like ':0.1' or ':1.0'. The part after the 79 environment contains something like ':0.1' or ':1.0'. The part after the
80 dot ('.') is the number of the screen. 80 dot ('.') is the number of the screen.
81*@XPROP*;; 81*@XPROP*;;
82 A string, corresponding to any xproperty (Use either the *xprop(1)* 82 A string, corresponding to any xproperty (Use either the *xprop(1)*
83 utility or the 'SetXProp' command to set a xproperty to a window) 83 utility or the 'SetXProp' command to set a xproperty to a window)
84 84
85.Matches any windows with the CLASSNAME of "xterm" 85.Matches any windows with the CLASSNAME of "xterm"
86.......... 86..........