diff options
-rw-r--r-- | doc/fluxbox.1.in | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in index bdb4895..634de9b 100644 --- a/doc/fluxbox.1.in +++ b/doc/fluxbox.1.in | |||
@@ -959,11 +959,18 @@ This tells Fluxbox where to find the file that contains the order in which the a | |||
959 | .EX | 959 | .EX |
960 | session.slitlistFile: /home/myself/.fluxbox/slitlist | 960 | session.slitlistFile: /home/myself/.fluxbox/slitlist |
961 | .EE | 961 | .EE |
962 | .TP | 962 | .\" |
963 | .B session.screen0.toolbar.widthPercent: | 963 | .TP |
964 | This determines the amount (in %) of space the toolbar will take. | 964 | .B session.screen0.toolbar.tools: <list of tools> |
965 | Default value is: | 965 | This specifies the tools plugged ino the toolbar. |
966 | .IR 66 . | 966 | Possible tools: |
967 | workspacename, prevworkspace, nextworkspace, iconbar, systemtray, prevwindow, nextwindow, | ||
968 | clock | ||
969 | e.g. : | ||
970 | .EX | ||
971 | session.screen0.toolbar.tools: clock, iconbar, workspacename | ||
972 | .EE | ||
973 | .\" | ||
967 | .TP | 974 | .TP |
968 | .B session.screen0.strftimeFormat: | 975 | .B session.screen0.strftimeFormat: |
969 | This adjusts the way the current time is displayed in the toolbar. | 976 | This adjusts the way the current time is displayed in the toolbar. |