aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormarkt <markt>2007-01-14 19:00:18 (GMT)
committermarkt <markt>2007-01-14 19:00:18 (GMT)
commit6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f (patch)
tree4c2b9c313ea043059e7058db46f6e8c211aa8d14 /doc
parent16743aad06e7f8b6c2d3b0aab4311980ce06dc16 (diff)
downloadfluxbox-6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f.zip
fluxbox-6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f.tar.bz2
several fixes for background option in styles
Diffstat (limited to 'doc')
-rw-r--r--doc/asciidoc/fluxbox-style.txt22
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
349BACKGROUND 349BACKGROUND
350------------ 350------------
351Rarely are you going to want to use this option. There is a command that is 351Every style must specify the background option. If you don't want your style to
352similar that is used in the init file. It is bad style to use this in your 352change the user's background, then use `background: none'. The options
353style, 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'
354practice to leave this blank or out of the style altogether. 354resource 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> 356fluxbox(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
360fbsetroot(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
361SLIT 369SLIT
362---- 370----