aboutsummaryrefslogtreecommitdiff
path: root/doc/fluxbox-keys.5
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-20 12:26:12 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-20 12:26:12 (GMT)
commit4bf00f68573f3ad172b879e78ad441e74a916e66 (patch)
treea79a73aec7b643f0252d1f678e0a8c1703070576 /doc/fluxbox-keys.5
parent0fea3e3c8640888e4ae6e76775f309f290134aab (diff)
downloadfluxbox-4bf00f68573f3ad172b879e78ad441e74a916e66.zip
fluxbox-4bf00f68573f3ad172b879e78ad441e74a916e66.tar.bz2
fix match limits in apps file, plus some documentation
Diffstat (limited to 'doc/fluxbox-keys.5')
-rw-r--r--doc/fluxbox-keys.55
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/fluxbox-keys.5 b/doc/fluxbox-keys.5
index 6509712..61fa49a 100644
--- a/doc/fluxbox-keys.5
+++ b/doc/fluxbox-keys.5
@@ -252,7 +252,8 @@ window is visible on all workspaces\.
252.RS 4 252.RS 4
253Sets which window decorations will be shown\. 253Sets which window decorations will be shown\.
254\fIdecor\fR 254\fIdecor\fR
255has the same format as the `[Deco]\' parameter in the apps file\. See man fluxbox section APPLICATION SETTINGS for more info\. 255has the same format as the `\fI parameter in the apps file\. See `man fluxbox\fR
256section APPLICATIONS for more info\.
256.RE 257.RE
257.PP 258.PP
258\fBToggleDecor\fR 259\fBToggleDecor\fR
@@ -775,8 +776,6 @@ Many of the more advanced commands take a \fIpattern\fR argument, which allows y
775.sp 776.sp
776([\fIpropertyname\fR[!]=]\fIregexp\fR) \&... 777([\fIpropertyname\fR[!]=]\fIregexp\fR) \&...
777.sp 778.sp
778That is, one or more match definitions, followed by an optional limit on the number of windows to match\.
779.sp
780Match definitions are enclosed in parentheses \fB(\fR\&...\fB)\fR, and if no \fIpropertyname\fR is given then \fBName\fR is assumed\. The \fIregexp\fR can contain any regular expression, or the special value \fB[current]\fR, which matches the corresponding value of the currently focused window\. See \fIregex(7)\fR for more information on acceptable regular expressions\. 779Match definitions are enclosed in parentheses \fB(\fR\&...\fB)\fR, and if no \fIpropertyname\fR is given then \fBName\fR is assumed\. The \fIregexp\fR can contain any regular expression, or the special value \fB[current]\fR, which matches the corresponding value of the currently focused window\. See \fIregex(7)\fR for more information on acceptable regular expressions\.
781.sp 780.sp
782You can use \fB=\fR to test for equality or \fB!=\fR to test for inequality\. 781You can use \fB=\fR to test for equality or \fB!=\fR to test for inequality\.