all repos — fluxbox @ e2c31b7285f4bba232547bb61f97abf29fdca34e

custom fork of the fluxbox windowmanager

updated docs
markt markt
commit

e2c31b7285f4bba232547bb61f97abf29fdca34e

parent

2d14b33ef4de3e8cd95474bc103fe3dba5cbb33b

2 files changed, 15 insertions(+), 9 deletions(-)

jump to
M ChangeLogChangeLog

@@ -1,5 +1,8 @@

(Format: Year/Month/Day) Changes for 1.0rc3: +*06/08/07: + * Documented background style option (Mark) + doc/asciidoc/fluxstyle.txt *06/08/06: * Distinguish between startup and restart (Mark) Screen.cc/hh Remember.cc
M doc/asciidoc/fluxstyle.txtdoc/asciidoc/fluxstyle.txt

@@ -335,25 +335,28 @@ menu.itemHeight: <integer>

menu.title: <texture type> menu.title.color: <color> menu.title.colorTo: <color> - menu.title.font: <font> + menu.title.font: <font> menu.title.pixmap: <filename> menu.title.textColor: <color> menu.title.justify: <{Left|Right|Center}> menu.titleHeight: <integer> menu.roundCorners: <{Top|Bottom}{Left|Right}> - menu.selected.pixmap: <filename> + menu.selected.pixmap: <filename> menu.submenu.pixmap: <filename> - menu.unselected.pixmap: <filename> + menu.unselected.pixmap: <filename> ----------------------------------------- -ROOT COMMAND +BACKGROUND ------------ -Rarely are you going to want to use this option. There is a command that is similar -that is used in the init file. It is bad style to use this in your style as it -forces the user to use your background. So note that it is good practice to leave -this blank or out of the style altogether. +Rarely are you going to want to use this option. There is a command that is +similar that is used in the init file. It is bad style to use this in your +style, as it forces the user to use your background. So note that it is good +practice to leave this blank or out of the style altogether. - rootCommand: <string> + background: centered|aspect|tiled|fullscreen|random|solid|gradient <texture> + background.pixmap: <file (or directory for random)> + background.color: <color> + background.colorTo: <color> SLIT ----