aboutsummaryrefslogtreecommitdiff
path: root/doc/asciidoc/fluxbox-menu.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/asciidoc/fluxbox-menu.txt')
-rw-r--r--doc/asciidoc/fluxbox-menu.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/asciidoc/fluxbox-menu.txt b/doc/asciidoc/fluxbox-menu.txt
index d8811a3..f6b940d 100644
--- a/doc/asciidoc/fluxbox-menu.txt
+++ b/doc/asciidoc/fluxbox-menu.txt
@@ -22,7 +22,7 @@ SYNTAX
22------ 22------
23Variable parameters are shown in emphasis: 'argument' 23Variable parameters are shown in emphasis: 'argument'
24 24
25All other characters shown are required verbatim. Whitespce is only required to 25All other characters shown are required verbatim. Whitespace is only required to
26delimit words, but it is fine to add more whitespace. 26delimit words, but it is fine to add more whitespace.
27 27
28DESCRIPTION 28DESCRIPTION
@@ -61,7 +61,7 @@ every tag must be on its own line.
61There are up to four fields in a menu line. They are of the form::: 61There are up to four fields in a menu line. They are of the form:::
62 ['tag'] ('label') {'command'} <'icon'> 62 ['tag'] ('label') {'command'} <'icon'>
63 63
64The <'icon'> field is always optional when show below. If specified, the 'icon' 64The <'icon'> field is always optional when shown below. If specified, the 'icon'
65will be scaled down and displayed in the menu alongside the text label of the 65will be scaled down and displayed in the menu alongside the text label of the
66item. It must be in .xpm or .png format. 66item. It must be in .xpm or .png format.
67 67
@@ -127,7 +127,7 @@ Applications
127 Inserts a command item into the menu. When you select the menu item from the 127 Inserts a command item into the menu. When you select the menu item from the
128 menu, fluxbox runs 'command...' in your *$SHELL* (or /bin/sh if $SHELL is not 128 menu, fluxbox runs 'command...' in your *$SHELL* (or /bin/sh if $SHELL is not
129 set). You can use this to launch applications, run shell scripts, etc. Since 129 set). You can use this to launch applications, run shell scripts, etc. Since
130 all arguments are passed verbatim to te shell, you can use environment 130 all arguments are passed verbatim to the shell, you can use environment
131 variables, pipes, or anything else the shell can do. Note that processes only 131 variables, pipes, or anything else the shell can do. Note that processes only
132 see environment variables that were set before fluxbox started (such as in 132 see environment variables that were set before fluxbox started (such as in
133 ~/.fluxbox/startup). 133 ~/.fluxbox/startup).