diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/asciidoc/fluxbox.txt | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/doc/asciidoc/fluxbox.txt b/doc/asciidoc/fluxbox.txt index ec1eab5..87286ea 100644 --- a/doc/asciidoc/fluxbox.txt +++ b/doc/asciidoc/fluxbox.txt | |||
@@ -157,6 +157,8 @@ order: | |||
157 | Area for applets | 157 | Area for applets |
158 | - *Clock*: | 158 | - *Clock*: |
159 | Date and Time | 159 | Date and Time |
160 | - *Button.<name>*: | ||
161 | A generic button with customizable label and mouse actions | ||
160 | 162 | ||
161 | The contents and behavior of the toolbar can be configured, see the *TOOLBAR* | 163 | The contents and behavior of the toolbar can be configured, see the *TOOLBAR* |
162 | section for details. | 164 | section for details. |
@@ -554,6 +556,9 @@ The possible tools are: | |||
554 | This will show an area to display a clock and the date according to the | 556 | This will show an area to display a clock and the date according to the |
555 | format specification listed in "man strtftime" | 557 | format specification listed in "man strtftime" |
556 | 558 | ||
559 | *Button.<name>*::: | ||
560 | This displays a clickable label with custom text. | ||
561 | |||
557 | *Iconbar*::: | 562 | *Iconbar*::: |
558 | This is the area that contains all windows (all running applications, all | 563 | This is the area that contains all windows (all running applications, all |
559 | minimized windows or maybe no window, all depending on the Toolbar | 564 | minimized windows or maybe no window, all depending on the Toolbar |
@@ -959,7 +964,7 @@ They will appear in the order given. | |||
959 | + | 964 | + |
960 | Possible tools:;; | 965 | Possible tools:;; |
961 | *clock iconbar nextwindow prevwindow nextworkspace prevworkspace | 966 | *clock iconbar nextwindow prevwindow nextworkspace prevworkspace |
962 | systemtray workspacename* | 967 | systemtray workspacename button.<name>* |
963 | + | 968 | + |
964 | Default:;; | 969 | Default:;; |
965 | *workspacename, prevworkspace, nextworkspace, iconbar, prevwindow, nextwindow, | 970 | *workspacename, prevworkspace, nextworkspace, iconbar, prevwindow, nextwindow, |
@@ -1174,6 +1179,18 @@ session.screen0.struts.<n> allows to control this for individual heads | |||
1174 | + | 1179 | + |
1175 | Default: *0,0,0,0* | 1180 | Default: *0,0,0,0* |
1176 | 1181 | ||
1182 | *session.screen0.toolbar.button.<name>.label*: 'string':: | ||
1183 | The label text for the toolbar button tool "button.<name>" | ||
1184 | + | ||
1185 | Default: *blank* | ||
1186 | |||
1187 | *session.screen0.toolbar.button.<name>.commands*: 'string':'string':'string':'string':'string':: | ||
1188 | A colon delimited list of commands, executed when the respective mouse button is | ||
1189 | pressed on the toolbar button tool "button.<name>" | ||
1190 | The commands are the same as those detailed in *fluxbox-keys(5)*. | ||
1191 | + | ||
1192 | Default: *blank* | ||
1193 | |||
1177 | *session.cacheLife*: 'minutes':: | 1194 | *session.cacheLife*: 'minutes':: |
1178 | This tells fluxbox how long unused pixmaps may stay in the X | 1195 | This tells fluxbox how long unused pixmaps may stay in the X |
1179 | server's memory. | 1196 | server's memory. |