diff options
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,7 @@ dmenu \- dynamic menu | |||
8 | .RB [ \-normfg " <color>"] | 8 | .RB [ \-normfg " <color>"] |
9 | .RB [ \-selbg " <color>"] | 9 | .RB [ \-selbg " <color>"] |
10 | .RB [ \-selfg " <color>"] | 10 | .RB [ \-selfg " <color>"] |
11 | .RB [ \-p " <prompt>"] | ||
11 | .RB [ \-t " <seconds>"] | 12 | .RB [ \-t " <seconds>"] |
12 | .RB [ \-v ] | 13 | .RB [ \-v ] |
13 | .SH DESCRIPTION | 14 | .SH DESCRIPTION |
@@ -33,6 +34,9 @@ defines the selected background color (#RGB, #RRGGBB, and color names are suppor | |||
33 | .B \-selfg <color> | 34 | .B \-selfg <color> |
34 | defines the selected foreground color (#RGB, #RRGGBB, and color names are supported). | 35 | defines the selected foreground color (#RGB, #RRGGBB, and color names are supported). |
35 | .TP | 36 | .TP |
37 | .B \-p <prompt> | ||
38 | defines a prompt being displayed before input area. | ||
39 | .TP | ||
36 | .B \-t <seconds> | 40 | .B \-t <seconds> |
37 | defines the seconds to wait for standard input, before exiting (default is 3). | 41 | defines the seconds to wait for standard input, before exiting (default is 3). |
38 | .TP | 42 | .TP |