diff options
-rw-r--r-- | doc/asciidoc/fluxbox.1 | 30 | ||||
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 24 | ||||
-rw-r--r-- | doc/fluxbox.1.in | 30 |
3 files changed, 8 insertions, 76 deletions
diff --git a/doc/asciidoc/fluxbox.1 b/doc/asciidoc/fluxbox.1 index de70779..dfa52e5 100644 --- a/doc/asciidoc/fluxbox.1 +++ b/doc/asciidoc/fluxbox.1 | |||
@@ -1,11 +1,11 @@ | |||
1 | .\" Title: fluxbox | 1 | .\" Title: fluxbox |
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/22/2008 | 4 | .\" Date: 09/02/2008 |
5 | .\" Manual: | 5 | .\" Manual: |
6 | .\" Source: | 6 | .\" Source: |
7 | .\" | 7 | .\" |
8 | .TH "FLUXBOX" "1" "08/22/2008" "" "" | 8 | .TH "FLUXBOX" "1" "09/02/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) |
@@ -262,7 +262,7 @@ This menu offers the opportunity to set up fluxbox\. It contains many options fr | |||
262 | .sp | 262 | .sp |
263 | .RS 4 | 263 | .RS 4 |
264 | \h'-04'\(bu\h'+03' | 264 | \h'-04'\(bu\h'+03' |
265 | \fBImage Dithering\fR: Enable or disable dithering of images\. | 265 | \fBTransparency\fR: This sets the transparency for a focused, unfocused window and the menu\. |
266 | .RE | 266 | .RE |
267 | .sp | 267 | .sp |
268 | .RS 4 | 268 | .RS 4 |
@@ -282,28 +282,13 @@ This menu offers the opportunity to set up fluxbox\. It contains many options fr | |||
282 | .sp | 282 | .sp |
283 | .RS 4 | 283 | .RS 4 |
284 | \h'-04'\(bu\h'+03' | 284 | \h'-04'\(bu\h'+03' |
285 | \fBFocus Last Window on Workspace\fR: This focuses the previous window when switching back to a workspace if the option is enabled\. | ||
286 | .RE | ||
287 | .sp | ||
288 | .RS 4 | ||
289 | \h'-04'\(bu\h'+03' | ||
290 | \fBWindows Warping\fR: If enabled, you can drag windows from one workspace to another\. | 285 | \fBWindows Warping\fR: If enabled, you can drag windows from one workspace to another\. |
291 | .RE | 286 | .RE |
292 | .sp | 287 | .sp |
293 | .RS 4 | 288 | .RS 4 |
294 | \h'-04'\(bu\h'+03' | 289 | \h'-04'\(bu\h'+03' |
295 | \fBDecorate Transient Windows\fR: With this option enabled all temporary windows will have a border and grips\. | ||
296 | .RE | ||
297 | .sp | ||
298 | .RS 4 | ||
299 | \h'-04'\(bu\h'+03' | ||
300 | \fBClick Raises\fR: If enabled a click anywhere on a window area (including the decorations) will raise it\. Otherwise you can only raise it by clicking the titlebar\. | 290 | \fBClick Raises\fR: If enabled a click anywhere on a window area (including the decorations) will raise it\. Otherwise you can only raise it by clicking the titlebar\. |
301 | .RE | 291 | .RE |
302 | .sp | ||
303 | .RS 4 | ||
304 | \h'-04'\(bu\h'+03' | ||
305 | \fBTransparency\fR: This sets the transparency for a focused, unfocused window and the menu\. | ||
306 | .RE | ||
307 | .SS "Window Menu" | 292 | .SS "Window Menu" |
308 | The Window menu is displayed when you right click on the titlebar of a window\. The options available are: | 293 | The Window menu is displayed when you right click on the titlebar of a window\. The options available are: |
309 | .sp | 294 | .sp |
@@ -953,11 +938,6 @@ session\.screen0\.showwindowposition: <boolean> | |||
953 | dragging it\. Allows a precise placement of windows on a screen\. | 938 | dragging it\. Allows a precise placement of windows on a screen\. |
954 | Default: True | 939 | Default: True |
955 | 940 | ||
956 | session\.screen0\.decorateTransient: <boolean> | ||
957 | This controls whether or not transient windows get certain window | ||
958 | decorations, currently the maximize button and handle\. | ||
959 | Default: True | ||
960 | |||
961 | session\.screen0\.defaultDeco: <string> | 941 | session\.screen0\.defaultDeco: <string> |
962 | This specifies the default window decorations, according to the same | 942 | This specifies the default window decorations, according to the same |
963 | options available to the `[Deco]\' option in the `apps\' file, described in | 943 | options available to the `[Deco]\' option in the `apps\' file, described in |
@@ -1021,10 +1001,6 @@ session\.screen0\.rootCommand: <command> | |||
1021 | what you are doing when setting this resource to a value other than a | 1001 | what you are doing when setting this resource to a value other than a |
1022 | desktop wallpaper command\. | 1002 | desktop wallpaper command\. |
1023 | 1003 | ||
1024 | session\.screen0\.imageDither: <boolean> | ||
1025 | This controls whether or not fluxbox created dithered images\. Default: | ||
1026 | False | ||
1027 | |||
1028 | session\.screen0\.opaqueMove: <boolean> | 1004 | session\.screen0\.opaqueMove: <boolean> |
1029 | When moving a window, setting this to True will draw the window | 1005 | When moving a window, setting this to True will draw the window |
1030 | contents as it moves (this is nasty on slow systems)\. If False, it | 1006 | contents as it moves (this is nasty on slow systems)\. If False, it |
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 5454302..6db07fa 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -288,8 +288,8 @@ from the init file, but this is an easier and faster way for most users. | |||
288 | Please take a look at the "Configuration via the Toolbar Menu" part of the | 288 | Please take a look at the "Configuration via the Toolbar Menu" part of the |
289 | TOOLBAR section. | 289 | TOOLBAR section. |
290 | 290 | ||
291 | - *Image Dithering*: | 291 | - *Transparency*: |
292 | Enable or disable dithering of images. | 292 | This sets the transparency for a focused, unfocused window and the menu. |
293 | 293 | ||
294 | - *Opaque Window Moving*: | 294 | - *Opaque Window Moving*: |
295 | If enabled, you will see the window content while dragging it. Otherwise | 295 | If enabled, you will see the window content while dragging it. Otherwise |
@@ -302,24 +302,13 @@ from the init file, but this is an easier and faster way for most users. | |||
302 | - *Focus New Window*: | 302 | - *Focus New Window*: |
303 | If enabled, a newly opened window will gain focus. | 303 | If enabled, a newly opened window will gain focus. |
304 | 304 | ||
305 | - *Focus Last Window on Workspace*: | ||
306 | This focuses the previous window when switching back to a workspace if the | ||
307 | option is enabled. | ||
308 | |||
309 | - *Windows Warping*: | 305 | - *Windows Warping*: |
310 | If enabled, you can drag windows from one workspace to another. | 306 | If enabled, you can drag windows from one workspace to another. |
311 | 307 | ||
312 | - *Decorate Transient Windows*: | ||
313 | With this option enabled all temporary windows will have a border and | ||
314 | grips. | ||
315 | |||
316 | - *Click Raises*: | 308 | - *Click Raises*: |
317 | If enabled a click anywhere on a window area (including the decorations) | 309 | If enabled a click anywhere on a window area (including the decorations) |
318 | will raise it. Otherwise you can only raise it by clicking the titlebar. | 310 | will raise it. Otherwise you can only raise it by clicking the titlebar. |
319 | 311 | ||
320 | - *Transparency*: | ||
321 | This sets the transparency for a focused, unfocused window and the menu. | ||
322 | |||
323 | Window Menu | 312 | Window Menu |
324 | ~~~~~~~~~~~ | 313 | ~~~~~~~~~~~ |
325 | The Window menu is displayed when you right click on the titlebar of a window. | 314 | The Window menu is displayed when you right click on the titlebar of a window. |
@@ -871,11 +860,6 @@ session.screen0.showwindowposition: <boolean> | |||
871 | dragging it. Allows a precise placement of windows on a screen. | 860 | dragging it. Allows a precise placement of windows on a screen. |
872 | Default: True | 861 | Default: True |
873 | 862 | ||
874 | session.screen0.decorateTransient: <boolean> | ||
875 | This controls whether or not transient windows get certain window | ||
876 | decorations, currently the maximize button and handle. | ||
877 | Default: True | ||
878 | |||
879 | session.screen0.defaultDeco: <string> | 863 | session.screen0.defaultDeco: <string> |
880 | This specifies the default window decorations, according to the same | 864 | This specifies the default window decorations, according to the same |
881 | options available to the `[Deco]' option in the `apps' file, described in | 865 | options available to the `[Deco]' option in the `apps' file, described in |
@@ -939,10 +923,6 @@ session.screen0.rootCommand: <command> | |||
939 | what you are doing when setting this resource to a value other than a | 923 | what you are doing when setting this resource to a value other than a |
940 | desktop wallpaper command. | 924 | desktop wallpaper command. |
941 | 925 | ||
942 | session.screen0.imageDither: <boolean> | ||
943 | This controls whether or not fluxbox created dithered images. Default: | ||
944 | False | ||
945 | |||
946 | session.screen0.opaqueMove: <boolean> | 926 | session.screen0.opaqueMove: <boolean> |
947 | When moving a window, setting this to True will draw the window | 927 | When moving a window, setting this to True will draw the window |
948 | contents as it moves (this is nasty on slow systems). If False, it | 928 | contents as it moves (this is nasty on slow systems). If False, it |
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index de70779..dfa52e5 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in | |||
@@ -1,11 +1,11 @@ | |||
1 | .\" Title: fluxbox | 1 | .\" Title: fluxbox |
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/22/2008 | 4 | .\" Date: 09/02/2008 |
5 | .\" Manual: | 5 | .\" Manual: |
6 | .\" Source: | 6 | .\" Source: |
7 | .\" | 7 | .\" |
8 | .TH "FLUXBOX" "1" "08/22/2008" "" "" | 8 | .TH "FLUXBOX" "1" "09/02/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) |
@@ -262,7 +262,7 @@ This menu offers the opportunity to set up fluxbox\. It contains many options fr | |||
262 | .sp | 262 | .sp |
263 | .RS 4 | 263 | .RS 4 |
264 | \h'-04'\(bu\h'+03' | 264 | \h'-04'\(bu\h'+03' |
265 | \fBImage Dithering\fR: Enable or disable dithering of images\. | 265 | \fBTransparency\fR: This sets the transparency for a focused, unfocused window and the menu\. |
266 | .RE | 266 | .RE |
267 | .sp | 267 | .sp |
268 | .RS 4 | 268 | .RS 4 |
@@ -282,28 +282,13 @@ This menu offers the opportunity to set up fluxbox\. It contains many options fr | |||
282 | .sp | 282 | .sp |
283 | .RS 4 | 283 | .RS 4 |
284 | \h'-04'\(bu\h'+03' | 284 | \h'-04'\(bu\h'+03' |
285 | \fBFocus Last Window on Workspace\fR: This focuses the previous window when switching back to a workspace if the option is enabled\. | ||
286 | .RE | ||
287 | .sp | ||
288 | .RS 4 | ||
289 | \h'-04'\(bu\h'+03' | ||
290 | \fBWindows Warping\fR: If enabled, you can drag windows from one workspace to another\. | 285 | \fBWindows Warping\fR: If enabled, you can drag windows from one workspace to another\. |
291 | .RE | 286 | .RE |
292 | .sp | 287 | .sp |
293 | .RS 4 | 288 | .RS 4 |
294 | \h'-04'\(bu\h'+03' | 289 | \h'-04'\(bu\h'+03' |
295 | \fBDecorate Transient Windows\fR: With this option enabled all temporary windows will have a border and grips\. | ||
296 | .RE | ||
297 | .sp | ||
298 | .RS 4 | ||
299 | \h'-04'\(bu\h'+03' | ||
300 | \fBClick Raises\fR: If enabled a click anywhere on a window area (including the decorations) will raise it\. Otherwise you can only raise it by clicking the titlebar\. | 290 | \fBClick Raises\fR: If enabled a click anywhere on a window area (including the decorations) will raise it\. Otherwise you can only raise it by clicking the titlebar\. |
301 | .RE | 291 | .RE |
302 | .sp | ||
303 | .RS 4 | ||
304 | \h'-04'\(bu\h'+03' | ||
305 | \fBTransparency\fR: This sets the transparency for a focused, unfocused window and the menu\. | ||
306 | .RE | ||
307 | .SS "Window Menu" | 292 | .SS "Window Menu" |
308 | The Window menu is displayed when you right click on the titlebar of a window\. The options available are: | 293 | The Window menu is displayed when you right click on the titlebar of a window\. The options available are: |
309 | .sp | 294 | .sp |
@@ -953,11 +938,6 @@ session\.screen0\.showwindowposition: <boolean> | |||
953 | dragging it\. Allows a precise placement of windows on a screen\. | 938 | dragging it\. Allows a precise placement of windows on a screen\. |
954 | Default: True | 939 | Default: True |
955 | 940 | ||
956 | session\.screen0\.decorateTransient: <boolean> | ||
957 | This controls whether or not transient windows get certain window | ||
958 | decorations, currently the maximize button and handle\. | ||
959 | Default: True | ||
960 | |||
961 | session\.screen0\.defaultDeco: <string> | 941 | session\.screen0\.defaultDeco: <string> |
962 | This specifies the default window decorations, according to the same | 942 | This specifies the default window decorations, according to the same |
963 | options available to the `[Deco]\' option in the `apps\' file, described in | 943 | options available to the `[Deco]\' option in the `apps\' file, described in |
@@ -1021,10 +1001,6 @@ session\.screen0\.rootCommand: <command> | |||
1021 | what you are doing when setting this resource to a value other than a | 1001 | what you are doing when setting this resource to a value other than a |
1022 | desktop wallpaper command\. | 1002 | desktop wallpaper command\. |
1023 | 1003 | ||
1024 | session\.screen0\.imageDither: <boolean> | ||
1025 | This controls whether or not fluxbox created dithered images\. Default: | ||
1026 | False | ||
1027 | |||
1028 | session\.screen0\.opaqueMove: <boolean> | 1004 | session\.screen0\.opaqueMove: <boolean> |
1029 | When moving a window, setting this to True will draw the window | 1005 | When moving a window, setting this to True will draw the window |
1030 | contents as it moves (this is nasty on slow systems)\. If False, it | 1006 | contents as it moves (this is nasty on slow systems)\. If False, it |