diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-20 12:26:12 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-20 12:26:12 (GMT) |
commit | 4bf00f68573f3ad172b879e78ad441e74a916e66 (patch) | |
tree | a79a73aec7b643f0252d1f678e0a8c1703070576 /doc/fluxbox-keys.5 | |
parent | 0fea3e3c8640888e4ae6e76775f309f290134aab (diff) | |
download | fluxbox_pavel-4bf00f68573f3ad172b879e78ad441e74a916e66.zip fluxbox_pavel-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.5 | 5 |
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 |
253 | Sets which window decorations will be shown\. | 253 | Sets which window decorations will be shown\. |
254 | \fIdecor\fR | 254 | \fIdecor\fR |
255 | has the same format as the `[Deco]\' parameter in the apps file\. See man fluxbox section APPLICATION SETTINGS for more info\. | 255 | has the same format as the `\fI parameter in the apps file\. See `man fluxbox\fR |
256 | section 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 |
778 | That is, one or more match definitions, followed by an optional limit on the number of windows to match\. | ||
779 | .sp | ||
780 | Match 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\. | 779 | Match 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 |
782 | You can use \fB=\fR to test for equality or \fB!=\fR to test for inequality\. | 781 | You can use \fB=\fR to test for equality or \fB!=\fR to test for inequality\. |