aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorgrubert <grubert>2004-06-22 08:15:30 (GMT)
committergrubert <grubert>2004-06-22 08:15:30 (GMT)
commitd880c4cd292b0b45bbf583bc76d2bc1f55a9c4c7 (patch)
treeecf9b47d08cff50949374d9f39af1a4e7226e85c /doc
parent965086f39d807fc83b6b2605b7858a9baa9ee2f0 (diff)
downloadfluxbox-d880c4cd292b0b45bbf583bc76d2bc1f55a9c4c7.zip
fluxbox-d880c4cd292b0b45bbf583bc76d2bc1f55a9c4c7.tar.bz2
Menu icons.
Diffstat (limited to 'doc')
-rw-r--r--doc/fluxbox.1.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/fluxbox.1.in b/doc/fluxbox.1.in
index 620c87f..31a3d55 100644
--- a/doc/fluxbox.1.in
+++ b/doc/fluxbox.1.in
@@ -319,11 +319,10 @@ session.screen0.menuDelay: in msec (default: 0 )
319session.screen0.menuDelayClose: in msec (default: 0 ) 319session.screen0.menuDelayClose: in msec (default: 0 )
320.EE 320.EE
321.SS Menu syntax 321.SS Menu syntax
322The menu syntax is very simple and very effective. 322There are up to four fields in a menu line.
323There are up to three fields in a menu line.
324They are of the form: 323They are of the form:
325.EX 324.EX
326[tag] (label or filename) {command or filename} 325[tag] (label or filename) {command or filename} <icon filename>
327.EE 326.EE
328The supported tags are as follows: 327The supported tags are as follows:
329.TP 328.TP
@@ -446,7 +445,7 @@ Here is a short example of a menu file:
446.nf 445.nf
447# Fluxbox menu file 446# Fluxbox menu file
448[begin] (Fluxbox) 447[begin] (Fluxbox)
449 [exec] (rxvt) {rxvt -ls} 448 [exec] (rxvt) {rxvt -ls} </usr/X11R6/share/icons/terminal.xpm>
450 [exec] (netscape) {netscape -install} 449 [exec] (netscape) {netscape -install}
451 [exec] (The GIMP) {gimp} 450 [exec] (The GIMP) {gimp}
452 [exec] (XV) {xv} 451 [exec] (XV) {xv}