diff options
Diffstat (limited to 'doc/asciidoc')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 22 |
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 | + |
1170 | Default: *True* | 1174 | Default: *True* |
1171 | 1175 | ||
1176 | *session.screen0.opaqueResize*: 'boolean':: | ||
1177 | When resizing a window, setting this to True will draw the window | ||
1178 | contents as it resizes (this is nasty on slow systems). If False, it | ||
1179 | will only draw an outline of the window border. | ||
1180 | + | ||
1181 | Default: *False* | ||
1182 | |||
1183 | *session.screen0.opaqueResizeDelay*: 'integer':: | ||
1184 | When resizing a window in opaque mode, this controls the resize clock pulse in | ||
1185 | ms. | ||
1186 | Low values resize "smoother" but slow clients (browser etc. which are expensive | ||
1187 | to resize) can put too much stress on the system (stalling everything) | ||
1188 | High values will cause notable latency (delay before the size is aligned to | ||
1189 | the mouse position) | ||
1190 | + | ||
1191 | Default: *40* | ||
1192 | |||
1193 | |||
1172 | *session.screen0.workspaces*: 'integer':: | 1194 | *session.screen0.workspaces*: 'integer':: |
1173 | Set this to the number of workspaces the users wants. | 1195 | Set this to the number of workspaces the users wants. |
1174 | + | 1196 | + |