aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/fluxbox.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/asciidoc/fluxbox.txt')
-rw-r--r--doc/asciidoc/fluxbox.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt
index a646a66..c0b1860 100644
--- a/doc/asciidoc/fluxbox.txt
+++ b/doc/asciidoc/fluxbox.txt
@@ -414,6 +414,10 @@ titlebars, not window contents.
414 If enabled, you will see the window content while dragging it. Otherwise 414 If enabled, you will see the window content while dragging it. Otherwise
415 only an outline of the window will be shown. 415 only an outline of the window will be shown.
416 416
417*Opaque Window Resizing*:::
418 If enabled, you will see the window content while resizing it. Otherwise
419 only an outline of the window will be shown.
420
417*Workspace Warping*::: 421*Workspace Warping*:::
418 If enabled, you can drag windows from one workspace to another. There are 422 If enabled, you can drag windows from one workspace to another. There are
419 parameters to set independently whether this warping happens horizontally 423 parameters to set independently whether this warping happens horizontally
@@ -1169,6 +1173,24 @@ will only draw an outline of the window border.
1169+ 1173+
1170Default: *True* 1174Default: *True*
1171 1175
1176*session.screen0.opaqueResize*: 'boolean'::
1177When resizing a window, setting this to True will draw the window
1178contents as it resizes (this is nasty on slow systems). If False, it
1179will only draw an outline of the window border.
1180+
1181Default: *False*
1182
1183*session.screen0.opaqueResizeDelay*: 'integer'::
1184When resizing a window in opaque mode, this controls the resize clock pulse in
1185ms.
1186Low values resize "smoother" but slow clients (browser etc. which are expensive
1187to resize) can put too much stress on the system (stalling everything)
1188High values will cause notable latency (delay before the size is aligned to
1189the mouse position)
1190+
1191Default: *40*
1192
1193
1172*session.screen0.workspaces*: 'integer':: 1194*session.screen0.workspaces*: 'integer'::
1173Set this to the number of workspaces the users wants. 1195Set this to the number of workspaces the users wants.
1174+ 1196+