diff options
Diffstat (limited to 'doc/asciidoc/fluxbox-style.txt')
-rw-r--r-- | doc/asciidoc/fluxbox-style.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/asciidoc/fluxbox-style.txt b/doc/asciidoc/fluxbox-style.txt index 02838fb..69a1d6d 100644 --- a/doc/asciidoc/fluxbox-style.txt +++ b/doc/asciidoc/fluxbox-style.txt | |||
@@ -361,9 +361,12 @@ resource to contain a valid file name. The `random' option requires | |||
361 | `solid', and `mod' all require `background.color' to be set. `gradient' and | 361 | `solid', and `mod' all require `background.color' to be set. `gradient' and |
362 | `mod' both require `background.colorTo'. `mod' requires `background.modX' and | 362 | `mod' both require `background.colorTo'. `mod' requires `background.modX' and |
363 | `background.modY' to be set as well. These options will be passed to | 363 | `background.modY' to be set as well. These options will be passed to |
364 | *fbsetroot(1)* to set the background. | 364 | *fbsetroot(1)* to set the background. The special option `unset' is for use in |
365 | user overlay files only. It specifies that fbsetbg should never be run (by | ||
366 | default, even when `none' is set in the overlay, fluxbox will try to run | ||
367 | ``fbsetbg -z'' to restore the last wallpaper). | ||
365 | 368 | ||
366 | background: centered|aspect|tiled|fullscreen|random|solid|gradient <texture>|mod|none | 369 | background: centered|aspect|tiled|fullscreen|random|solid|gradient <texture>|mod|none|unset |
367 | background.pixmap: <file or directory> | 370 | background.pixmap: <file or directory> |
368 | background.color: <color> | 371 | background.color: <color> |
369 | background.colorTo: <color> | 372 | background.colorTo: <color> |