aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Lübking <thomas.luebking@gmail.com>2016-09-13 19:44:03 (GMT)
committerMathias Gumz <akira@fluxbox.org>2016-09-21 18:52:14 (GMT)
commitfacb42fc3537a8a1288b3da38b38fa533ac1d309 (patch)
treed76636936250b88628aab19fffb8d83340889dfd
parentc69d5afb64b3ce90190cd5e0515020afb48a8b39 (diff)
downloadfluxbox-facb42fc3537a8a1288b3da38b38fa533ac1d309.zip
fluxbox-facb42fc3537a8a1288b3da38b38fa533ac1d309.tar.bz2
document generic toolbar buttons
-rw-r--r--doc/asciidoc/fluxbox.txt19
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
161The contents and behavior of the toolbar can be configured, see the *TOOLBAR* 163The contents and behavior of the toolbar can be configured, see the *TOOLBAR*
162section for details. 164section 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+
960Possible tools:;; 965Possible tools:;;
961*clock iconbar nextwindow prevwindow nextworkspace prevworkspace 966*clock iconbar nextwindow prevwindow nextworkspace prevworkspace
962systemtray workspacename* 967systemtray workspacename button.<name>*
963+ 968+
964Default:;; 969Default:;;
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+
1175Default: *0,0,0,0* 1180Default: *0,0,0,0*
1176 1181
1182*session.screen0.toolbar.button.<name>.label*: 'string'::
1183The label text for the toolbar button tool "button.<name>"
1184+
1185Default: *blank*
1186
1187*session.screen0.toolbar.button.<name>.commands*: 'string':'string':'string':'string':'string'::
1188A colon delimited list of commands, executed when the respective mouse button is
1189pressed on the toolbar button tool "button.<name>"
1190The commands are the same as those detailed in *fluxbox-keys(5)*.
1191+
1192Default: *blank*
1193
1177*session.cacheLife*: 'minutes':: 1194*session.cacheLife*: 'minutes'::
1178This tells fluxbox how long unused pixmaps may stay in the X 1195This tells fluxbox how long unused pixmaps may stay in the X
1179server's memory. 1196server's memory.