aboutsummaryrefslogtreecommitdiff
path: root/dmenu.1
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.14
1 files changed, 4 insertions, 0 deletions
diff --git a/dmenu.1 b/dmenu.1
index ff0c000..38e485d 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -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>
34defines the selected foreground color (#RGB, #RRGGBB, and color names are supported). 35defines the selected foreground color (#RGB, #RRGGBB, and color names are supported).
35.TP 36.TP
37.B \-p <prompt>
38defines a prompt being displayed before input area.
39.TP
36.B \-t <seconds> 40.B \-t <seconds>
37defines the seconds to wait for standard input, before exiting (default is 3). 41defines the seconds to wait for standard input, before exiting (default is 3).
38.TP 42.TP