diff options
Diffstat (limited to 'doc/asciidoc/fluxbox-style.txt')
-rw-r--r-- | doc/asciidoc/fluxbox-style.txt | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/doc/asciidoc/fluxbox-style.txt b/doc/asciidoc/fluxbox-style.txt index ab325ae..e5e44a0 100644 --- a/doc/asciidoc/fluxbox-style.txt +++ b/doc/asciidoc/fluxbox-style.txt | |||
@@ -348,15 +348,23 @@ Everything you need to make your menu look pretty. | |||
348 | 348 | ||
349 | BACKGROUND | 349 | BACKGROUND |
350 | ------------ | 350 | ------------ |
351 | Rarely are you going to want to use this option. There is a command that is | 351 | Every style must specify the background option. If you don't want your style to |
352 | similar that is used in the init file. It is bad style to use this in your | 352 | change the user's background, then use `background: none'. The options |
353 | style, as it forces the user to use your background. So note that it is good | 353 | `centered', `aspect', `tiled', and `fullscreen' require the `background.pixmap' |
354 | practice to leave this blank or out of the style altogether. | 354 | resource to contain a valid file name. The `random' option requires |
355 | 355 | `background.pixmap' to contain a valid directory name. For these options, | |
356 | background: centered|aspect|tiled|fullscreen|random|solid|gradient <texture> | 356 | fluxbox(1) will call fbsetbg(1) to set the background. The options `gradient', |
357 | background.pixmap: <file (or directory for random)> | 357 | `solid', and `mod' all require `background.color' to be set. `gradient' and |
358 | `mod' both require `background.colorTo'. `mod' requires `background.modX' and | ||
359 | `background.modY' to be set as well. These options will be passed to | ||
360 | fbsetroot(1) to set the background. | ||
361 | |||
362 | background: centered|aspect|tiled|fullscreen|random|solid|gradient <texture>|mod|none | ||
363 | background.pixmap: <file or directory> | ||
358 | background.color: <color> | 364 | background.color: <color> |
359 | background.colorTo: <color> | 365 | background.colorTo: <color> |
366 | background.modX: <integer> | ||
367 | background.modY: <integer> | ||
360 | 368 | ||
361 | SLIT | 369 | SLIT |
362 | ---- | 370 | ---- |