diff options
Diffstat (limited to 'doc/asciidoc/fluxbox.txt')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index c0484ed..437ebab 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -970,8 +970,9 @@ session.screen0.imageDither: <boolean> | |||
970 | False | 970 | False |
971 | 971 | ||
972 | session.screen0.opaqueMove: <boolean> | 972 | session.screen0.opaqueMove: <boolean> |
973 | Sets the visibility level of application windows while being | 973 | When moving a window, setting this to True will draw the window |
974 | dragged. Default: <boolean> | 974 | contents as it moves (this is nasty on slow systems). If False, it |
975 | will only draw an outline of the window border. Default: False | ||
975 | 976 | ||
976 | session.screen0.workspaces: <integer> | 977 | session.screen0.workspaces: <integer> |
977 | Set this to the number of workspaces the users wants. Default: 4 | 978 | Set this to the number of workspaces the users wants. Default: 4 |
@@ -1022,11 +1023,6 @@ session.ignoreBorder: <boolean> | |||
1022 | session.numLayers: <integer> | 1023 | session.numLayers: <integer> |
1023 | This controls how many layers fluxbox should have. Default: 13 | 1024 | This controls how many layers fluxbox should have. Default: 13 |
1024 | 1025 | ||
1025 | session.opaqueMove: <boolean> | ||
1026 | When moving a window, setting this to True will draw the window | ||
1027 | contents as it moves (this is nasty on slow systems). If False, it | ||
1028 | will only draw an outline of the window border. Default: False | ||
1029 | |||
1030 | session.tabPadding: <integer> | 1026 | session.tabPadding: <integer> |
1031 | This specifies the spacing between tabs. Default: 0 | 1027 | This specifies the spacing between tabs. Default: 0 |
1032 | 1028 | ||