diff options
Diffstat (limited to 'doc/asciidoc/fluxbox.txt')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index 7ca1456..479a6ee 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -396,6 +396,10 @@ The supported tags are: | |||
396 | fluxbox to read your menu file. If it cannot find it, the system default | 396 | fluxbox to read your menu file. If it cannot find it, the system default |
397 | menu is used in its place. | 397 | menu is used in its place. |
398 | 398 | ||
399 | [config] (label);; | ||
400 | Inserts a fluxbox native submenu item, containing numerous configuration | ||
401 | options concerning window placement, focus style, window moving style, etc. | ||
402 | |||
399 | [end];; | 403 | [end];; |
400 | This tells fluxbox that it is at the end of a menu. This can either be a | 404 | This tells fluxbox that it is at the end of a menu. This can either be a |
401 | submenu or the main root menu. There must be at least one of these tags in | 405 | submenu or the main root menu. There must be at least one of these tags in |
@@ -464,16 +468,7 @@ The supported tags are: | |||
464 | runs the command (which is commonly the name of another window manager). If | 468 | runs the command (which is commonly the name of another window manager). If |
465 | the command is omitted, fluxbox restarts itself. | 469 | the command is omitted, fluxbox restarts itself. |
466 | 470 | ||
467 | [config] (label);; | 471 | [wallpapers] (directory) \{command\};; |
468 | Inserts a fluxbox native submenu item, containing numerous configuration | ||
469 | options concerning window placement, focus style, window moving style, etc. | ||
470 | |||
471 | [wallpapers] (label);; | ||
472 | This allows you to list your backgrounds. This tag is built in to use | ||
473 | fbsetbg(1) and allows you to simply click on an image to set your wallpaper. | ||
474 | See? fluxbox makes it easy... | ||
475 | |||
476 | [wallpapermenu] (directory) \{command\};; | ||
477 | This inserts a menu item to set the wallpaper for each file in the given | 472 | This inserts a menu item to set the wallpaper for each file in the given |
478 | directory. The command is optional and defaults to fbsetbg. | 473 | directory. The command is optional and defaults to fbsetbg. |
479 | 474 | ||
@@ -483,6 +478,10 @@ The supported tags are: | |||
483 | directly (e.g. if you don't have a 3 button mouse, it is rather hard to | 478 | directly (e.g. if you don't have a 3 button mouse, it is rather hard to |
484 | middle click to show the workspace menu). | 479 | middle click to show the workspace menu). |
485 | 480 | ||
481 | ['command'] (label);; | ||
482 | In addition to the commands above, any legal key command may be used as a | ||
483 | menu item. See fluxbox-keys(5) for more information. | ||
484 | |||
486 | Any line that starts with a '#' or '!' is considered a comment and ignored by | 485 | Any line that starts with a '#' or '!' is considered a comment and ignored by |
487 | fluxbox. Also, in the label/command/filename fields you can escape any | 486 | fluxbox. Also, in the label/command/filename fields you can escape any |
488 | character. Using '\\' inserts a literal back-slash into the | 487 | character. Using '\\' inserts a literal back-slash into the |