aboutsummaryrefslogtreecommitdiff
path: root/doc/fluxbox-apps.5.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fluxbox-apps.5.in')
-rw-r--r--doc/fluxbox-apps.5.in59
1 files changed, 59 insertions, 0 deletions
diff --git a/doc/fluxbox-apps.5.in b/doc/fluxbox-apps.5.in
index 844af38..d551b30 100644
--- a/doc/fluxbox-apps.5.in
+++ b/doc/fluxbox-apps.5.in
@@ -65,6 +65,11 @@ Each of these sections ends with the single line
65.RS 4 65.RS 4
66\fB[end]\fR 66\fB[end]\fR
67.RE 67.RE
68.SH "TRANSIENT SECTIONS"
69.sp
70\fB[transient]\fR sections provide settings for "dialogs"\&.
71.sp
72This is the same as the \fB[app]\fR section, but applies to transient windows\&. Transient windows have a WM_TRANSIENT_FOR property\&. This will apply to all modal and several other dialogs which have a "leader" they remain above\&. Notably, open/save dialogs fall into this category\&.
68.SH "GROUP SECTIONS" 73.SH "GROUP SECTIONS"
69.sp 74.sp
70The primary purpose of \fB[group]\fR sections is to group windows together\&. All windows in a group will be tabbed together automatically\&. 75The primary purpose of \fB[group]\fR sections is to group windows together\&. All windows in a group will be tabbed together automatically\&.
@@ -134,6 +139,13 @@ and
134\fIheight\fR, in pixels\&. If the value is given in percent, then the window size will be based on the current screen\(cqs size\&. 139\fIheight\fR, in pixels\&. If the value is given in percent, then the window size will be based on the current screen\(cqs size\&.
135.RE 140.RE
136.PP 141.PP
142\fB[IgnoreSizeHints]\fR {\fIbool\fR}
143.RS 4
144Some Applications restrict the aspect ratio, minimum or maximum size of windows\&. Setting this key "yes" will make fluxbox ignore those constraints\&.
145\fBNOTICE\fR
146that bad client implementations may hard depend on these constraints (by blindly using their geometry in unsave calculations, causing div\-by\-zero segfaults etc\&.)
147.RE
148.PP
137\fB[Position]\fR (\fIanchor\fR) {\fIX[%]\fR \fIY[%]\fR} 149\fB[Position]\fR (\fIanchor\fR) {\fIX[%]\fR \fIY[%]\fR}
138.RS 4 150.RS 4
139Position the application at a particular spot\&. By default the upper\-left corner is placed at screen coordinates (\fIX\fR,\fIY\fR)\&. If you specify an 151Position the application at a particular spot\&. By default the upper\-left corner is placed at screen coordinates (\fIX\fR,\fIY\fR)\&. If you specify an
@@ -199,8 +211,55 @@ Whether the window has tabs enabled\&.
199.PP 211.PP
200\fB[FocusNewWindow]\fR {\fIbool\fR} 212\fB[FocusNewWindow]\fR {\fIbool\fR}
201.RS 4 213.RS 4
214.PP
215\fBDEPRECATED!\fR Please use FocusProtection "Gain" or "Refuse" instead\&.
216.RS 4
202If enabled, a new window will grab X focus as soon as it is opened\&. If disabled, a new window will not grab X focus as soon as it is opened\&. 217If enabled, a new window will grab X focus as soon as it is opened\&. If disabled, a new window will not grab X focus as soon as it is opened\&.
203.RE 218.RE
219.RE
220.PP
221\fB[FocusProtection]\fR {\fIvalue\fR [,\fIvalue\fR [, \&...]] }
222.RS 4
223.PP
224Comma separated list of focus controlling flags\&. \fIvalue\fR may be:
225.RS 4
226.PP
227\fBNone\fR
228.RS 4
229Regular behavior
230.RE
231.PP
232\fBGain\fR
233.RS 4
234A new window will grab X focus as soon as it is opened\&.
235.RE
236.PP
237\fBRefuse\fR
238.RS 4
239A new window will not grab X focus as soon as it is opened\&.
240.RE
241.PP
242\fBDeny\fR
243.RS 4
244The window is not allowed to claim focus while it is opened\&.
245.RE
246.PP
247\fBLock\fR
248.RS 4
249No window is allowed to claim the focus while this window has it\&.
250.RE
251.sp
252.if n \{\
253.RS 4
254.\}
255.nf
256Please notice that technically, windows may still obtain the focus which is then however reverted by the WM\&. In case you\*(Aqre very unlucky, a key event may thus still go to the wrong window\&.
257.fi
258.if n \{\
259.RE
260.\}
261.RE
262.RE
204.PP 263.PP
205\fB[FocusHidden]\fR {\fIbool\fR} 264\fB[FocusHidden]\fR {\fIbool\fR}
206.RS 4 265.RS 4