diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-20 10:22:51 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-20 10:22:51 (GMT) |
commit | 74df0fcda9d9a60e32d4bcc240564854e49731fe (patch) | |
tree | 60d279fd180d78e637325b57f5eede83b98abe40 /doc/fluxbox-keys.5 | |
parent | 2df0e67ca506448996a83b47a3eb77360712f4cc (diff) | |
download | fluxbox-74df0fcda9d9a60e32d4bcc240564854e49731fe.zip fluxbox-74df0fcda9d9a60e32d4bcc240564854e49731fe.tar.bz2 |
add SetDecor key command
Diffstat (limited to 'doc/fluxbox-keys.5')
-rw-r--r-- | doc/fluxbox-keys.5 | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/doc/fluxbox-keys.5 b/doc/fluxbox-keys.5 index e3e3ade..6509712 100644 --- a/doc/fluxbox-keys.5 +++ b/doc/fluxbox-keys.5 | |||
@@ -1,11 +1,11 @@ | |||
1 | .\" Title: fluxbox-keys | 1 | .\" Title: fluxbox-keys |
2 | .\" Author: | 2 | .\" Author: |
3 | .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> | 3 | .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> |
4 | .\" Date: 08/18/2008 | 4 | .\" Date: 08/20/2008 |
5 | .\" Manual: | 5 | .\" Manual: |
6 | .\" Source: | 6 | .\" Source: |
7 | .\" | 7 | .\" |
8 | .TH "FLUXBOX\-KEYS" "5" "08/18/2008" "" "" | 8 | .TH "FLUXBOX\-KEYS" "5" "08/20/2008" "" "" |
9 | .\" disable hyphenation | 9 | .\" disable hyphenation |
10 | .nh | 10 | .nh |
11 | .\" disable justification (adjust text to left margin only) | 11 | .\" disable justification (adjust text to left margin only) |
@@ -167,19 +167,6 @@ Start dragging to add this window to another\'s tabgroup\. | |||
167 | .SS "Window Commands" | 167 | .SS "Window Commands" |
168 | These commands ordinarily affect only the currently focused window\. The \fBOnWindow\fR modifier and \fBForEach\fR command may affect the window that is used\. | 168 | These commands ordinarily affect only the currently focused window\. The \fBOnWindow\fR modifier and \fBForEach\fR command may affect the window that is used\. |
169 | .PP | 169 | .PP |
170 | \fBActivate\fR [\fIpattern\fR] | \fBFocus\fR [\fIpattern\fR] | ||
171 | .RS 4 | ||
172 | Set the focus to the window matching the argument\. If | ||
173 | \fIpattern\fR | ||
174 | is omitted, this may be used with the | ||
175 | \fBOnWindow\fR | ||
176 | modifier to set the focus\. See | ||
177 | \fBCLIENT PATTERNS\fR | ||
178 | for more about the | ||
179 | \fIpattern\fR | ||
180 | arguments\. | ||
181 | .RE | ||
182 | .PP | ||
183 | \fBMinimize\fR | \fBMinimizeWindow\fR | \fBIconify\fR | 170 | \fBMinimize\fR | \fBMinimizeWindow\fR | \fBIconify\fR |
184 | .RS 4 | 171 | .RS 4 |
185 | Minimize the current window, equivalent to the window button\. | 172 | Minimize the current window, equivalent to the window button\. |
@@ -261,6 +248,13 @@ state of the current window, equivalent to the window button\. A | |||
261 | window is visible on all workspaces\. | 248 | window is visible on all workspaces\. |
262 | .RE | 249 | .RE |
263 | .PP | 250 | .PP |
251 | \fBSetDecor\fR \fIdecor\fR | ||
252 | .RS 4 | ||
253 | Sets which window decorations will be shown\. | ||
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\. | ||
256 | .RE | ||
257 | .PP | ||
264 | \fBToggleDecor\fR | 258 | \fBToggleDecor\fR |
265 | .RS 4 | 259 | .RS 4 |
266 | Toggles the presence of the window decorations (title bar, window buttons, and resize bar)\. | 260 | Toggles the presence of the window decorations (title bar, window buttons, and resize bar)\. |
@@ -411,7 +405,7 @@ Jumps to the given workspace | |||
411 | .PP | 405 | .PP |
412 | \fBNextWindow\fR [{\fIoptions\fR}] [\fIpattern\fR] / \fBPrevWindow\fR [{\fIoptions\fR}] [\fIpattern\fR] | 406 | \fBNextWindow\fR [{\fIoptions\fR}] [\fIpattern\fR] / \fBPrevWindow\fR [{\fIoptions\fR}] [\fIpattern\fR] |
413 | .RS 4 | 407 | .RS 4 |
414 | Focuses and activates the next / previous window in the focus list\. | 408 | Focuses the next / previous window in the focus list\. |
415 | .PP | 409 | .PP |
416 | \fIoptions\fR is one or more of the following, space delimited: | 410 | \fIoptions\fR is one or more of the following, space delimited: |
417 | .RS 4 | 411 | .RS 4 |
@@ -456,6 +450,15 @@ arguments have the same meaning as | |||
456 | above\. | 450 | above\. |
457 | .RE | 451 | .RE |
458 | .PP | 452 | .PP |
453 | \fBActivate\fR [\fIpattern\fR] | \fBFocus\fR [\fIpattern\fR] | ||
454 | .RS 4 | ||
455 | With | ||
456 | \fIpattern\fR, this is an alias for | ||
457 | \fBGoToWindow\fR | ||
458 | 1 | ||
459 | \fIpattern\fR\. Without, this behaves like a window command, so that OnWindow events can change the focused window\. | ||
460 | .RE | ||
461 | .PP | ||
459 | \fBAttach\fR \fIpattern\fR | 462 | \fBAttach\fR \fIpattern\fR |
460 | .RS 4 | 463 | .RS 4 |
461 | Combines all windows that match the | 464 | Combines all windows that match the |