Add documentation for edge snap feature when resizing.
This commit is contained in:
parent
1f1d43bdbf
commit
fa6a1e5cf1
3 changed files with 23 additions and 1 deletions
|
@ -894,7 +894,13 @@ Magneteffekt
|
|||
session.screen0.edgeSnapThreshold: <integer>
|
||||
Magneteffekt, damit Fenster sich an anderen oder an
|
||||
den Seitenraendern festkleben. Die Zahl gibt den Abstand
|
||||
an ab dem dieser Effekt aktiviert wird
|
||||
an ab dem dieser Effekt aktiviert wird.
|
||||
Standardwert: 10
|
||||
|
||||
session.screen0.edgeResizeSnapThreshold: <integer>
|
||||
Magneteffekt, damit Fensterecken sich an anderen Fenstern oder an den
|
||||
Seitenraendern festkleben, wenn man die Groesse eraendert. Die Zahl gibt
|
||||
den Abstand an ab dem dieser Effekt aktiviert wird.
|
||||
Standardwert: 0
|
||||
|
||||
Diverses
|
||||
|
|
|
@ -1081,6 +1081,14 @@ jump to the edge.
|
|||
+
|
||||
Default: *10*
|
||||
|
||||
*session.screen0.edgeResizeSnapThreshold*: 'integer'::
|
||||
When resizing a window by grabbing a corner, fluxbox is able to have it `snap'
|
||||
to the edges of the screen and other windows for easy placement. This
|
||||
variable tells fluxbox the distance (in pixels) at which the window will
|
||||
jump to the edge.
|
||||
+
|
||||
Default: *0*
|
||||
|
||||
*session.screen0.windowPlacement*: 'strategy'::
|
||||
This resource specifies where to place new windows when not otherwise
|
||||
specified (by the program or the `apps' file, for example).
|
||||
|
|
|
@ -1743,6 +1743,14 @@ Default:
|
|||
\fB10\fR
|
||||
.RE
|
||||
.PP
|
||||
\fBsession\&.screen0\&.edgeResizeSnapThreshold\fR: \fIinteger\fR
|
||||
.RS 4
|
||||
When resizing a window by grabbing a corner, fluxbox is able to have it \(oqsnap\(cq to the edges of the screen and other windows for easy placement\&. This variable tells fluxbox the distance (in pixels) at which the window corner will jump to the edge\&.
|
||||
.sp
|
||||
Default:
|
||||
\fB0\fR
|
||||
.RE
|
||||
.PP
|
||||
\fBsession\&.screen0\&.windowPlacement\fR: \fIstrategy\fR
|
||||
.RS 4
|
||||
This resource specifies where to place new windows when not otherwise specified (by the program or the \(oqapps\(cq file, for example)\&.
|
||||
|
|
Loading…
Reference in a new issue