diff options
author | grubert <grubert> | 2004-06-22 08:15:30 (GMT) |
---|---|---|
committer | grubert <grubert> | 2004-06-22 08:15:30 (GMT) |
commit | d880c4cd292b0b45bbf583bc76d2bc1f55a9c4c7 (patch) | |
tree | ecf9b47d08cff50949374d9f39af1a4e7226e85c /doc | |
parent | 965086f39d807fc83b6b2605b7858a9baa9ee2f0 (diff) | |
download | fluxbox_pavel-d880c4cd292b0b45bbf583bc76d2bc1f55a9c4c7.zip fluxbox_pavel-d880c4cd292b0b45bbf583bc76d2bc1f55a9c4c7.tar.bz2 |
Menu icons.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fluxbox.1.in | 7 |
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 ) | |||
319 | session.screen0.menuDelayClose: in msec (default: 0 ) | 319 | session.screen0.menuDelayClose: in msec (default: 0 ) |
320 | .EE | 320 | .EE |
321 | .SS Menu syntax | 321 | .SS Menu syntax |
322 | The menu syntax is very simple and very effective. | 322 | There are up to four fields in a menu line. |
323 | There are up to three fields in a menu line. | ||
324 | They are of the form: | 323 | They 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 |
328 | The supported tags are as follows: | 327 | The 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} |