diff options
-rw-r--r-- | doc/fluxbox.1.in | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index 634de9b..f46b234 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in | |||
@@ -539,6 +539,17 @@ Instead of a texture description, also the option | |||
539 | is available, which makes the component appear as a part of its parent, e.g. | 539 | is available, which makes the component appear as a part of its parent, e.g. |
540 | totally transparant. | 540 | totally transparant. |
541 | .PP | 541 | .PP |
542 | Or for even more possibilities | ||
543 | .B Pixmap . | ||
544 | If pixmap texture is specified (it might not be necessary on every occasion) | ||
545 | the pixmap file is specified in a separate pixmap resource. | ||
546 | .EX | ||
547 | toolbar.clock: pixmap | ||
548 | toolbar.clock.pixmap: .fluxbox/styles/mine/clock_background.xpm | ||
549 | .EE | ||
550 | This feature might need some investigations, reports say that sometimes | ||
551 | the resources color and colorTo must be set and then they may not be set. | ||
552 | .PP | ||
542 | All gradiented textures are composed of two color values: the | 553 | All gradiented textures are composed of two color values: the |
543 | .IR color " and " colorTo " resources." | 554 | .IR color " and " colorTo " resources." |
544 | When | 555 | When |
@@ -959,9 +970,8 @@ This tells Fluxbox where to find the file that contains the order in which the a | |||
959 | .EX | 970 | .EX |
960 | session.slitlistFile: /home/myself/.fluxbox/slitlist | 971 | session.slitlistFile: /home/myself/.fluxbox/slitlist |
961 | .EE | 972 | .EE |
962 | .\" | ||
963 | .TP | 973 | .TP |
964 | .B session.screen0.toolbar.tools: <list of tools> | 974 | .B session.screen0.toolbar.tools: |
965 | This specifies the tools plugged ino the toolbar. | 975 | This specifies the tools plugged ino the toolbar. |
966 | Possible tools: | 976 | Possible tools: |
967 | workspacename, prevworkspace, nextworkspace, iconbar, systemtray, prevwindow, nextwindow, | 977 | workspacename, prevworkspace, nextworkspace, iconbar, systemtray, prevwindow, nextwindow, |
@@ -970,7 +980,6 @@ e.g. : | |||
970 | .EX | 980 | .EX |
971 | session.screen0.toolbar.tools: clock, iconbar, workspacename | 981 | session.screen0.toolbar.tools: clock, iconbar, workspacename |
972 | .EE | 982 | .EE |
973 | .\" | ||
974 | .TP | 983 | .TP |
975 | .B session.screen0.strftimeFormat: | 984 | .B session.screen0.strftimeFormat: |
976 | This adjusts the way the current time is displayed in the toolbar. | 985 | This adjusts the way the current time is displayed in the toolbar. |