diff options
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -3,13 +3,13 @@ | |||
3 | dmenu \- dynamic menu | 3 | dmenu \- dynamic menu |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
5 | .B dmenu | 5 | .B dmenu |
6 | .RB [ \-bottom ] | 6 | .RB [ \-b ] |
7 | .RB [ \-font " <name>"] | 7 | .RB [ \-fn " <font>"] |
8 | .RB [ \-normbg " <color>"] | 8 | .RB [ \-nb " <color>"] |
9 | .RB [ \-normfg " <color>"] | 9 | .RB [ \-nf " <color>"] |
10 | .RB [ \-selbg " <color>"] | ||
11 | .RB [ \-selfg " <color>"] | ||
12 | .RB [ \-p " <prompt>"] | 10 | .RB [ \-p " <prompt>"] |
11 | .RB [ \-sb " <color>"] | ||
12 | .RB [ \-sf " <color>"] | ||
13 | .RB [ \-t " <seconds>"] | 13 | .RB [ \-t " <seconds>"] |
14 | .RB [ \-v ] | 14 | .RB [ \-v ] |
15 | .SH DESCRIPTION | 15 | .SH DESCRIPTION |
@@ -20,27 +20,27 @@ It manages huge amounts (up to 10.000 and more) of user defined menu items | |||
20 | efficiently. | 20 | efficiently. |
21 | .SS Options | 21 | .SS Options |
22 | .TP | 22 | .TP |
23 | .B \-bottom | 23 | .B \-b |
24 | makes dmenu appear at the screen bottom (by default it appears at the screen top). | 24 | makes dmenu appear at the screen bottom (by default it appears at the screen top). |
25 | .TP | 25 | .TP |
26 | .B \-font <name> | 26 | .B \-font <font> |
27 | defines the font. | 27 | defines the font. |
28 | .TP | 28 | .TP |
29 | .B \-normbg <color> | 29 | .B \-nb <color> |
30 | defines the normal background color (#RGB, #RRGGBB, and color names are supported). | 30 | defines the normal background color (#RGB, #RRGGBB, and color names are supported). |
31 | .TP | 31 | .TP |
32 | .B \-normfg <color> | 32 | .B \-nf <color> |
33 | defines the normal foreground color (#RGB, #RRGGBB, and color names are supported). | 33 | defines the normal foreground color (#RGB, #RRGGBB, and color names are supported). |
34 | .TP | 34 | .TP |
35 | .B \-selbg <color> | 35 | .B \-p <prompt> |
36 | defines a prompt to be displayed before the input area. | ||
37 | .TP | ||
38 | .B \-sb <color> | ||
36 | defines the selected background color (#RGB, #RRGGBB, and color names are supported). | 39 | defines the selected background color (#RGB, #RRGGBB, and color names are supported). |
37 | .TP | 40 | .TP |
38 | .B \-selfg <color> | 41 | .B \-sf <color> |
39 | defines the selected foreground color (#RGB, #RRGGBB, and color names are supported). | 42 | defines the selected foreground color (#RGB, #RRGGBB, and color names are supported). |
40 | .TP | 43 | .TP |
41 | .B \-p <prompt> | ||
42 | defines a prompt to be displayed before the input area. | ||
43 | .TP | ||
44 | .B \-t <seconds> | 44 | .B \-t <seconds> |
45 | defines the seconds to wait for standard input, before exiting (default is 3). | 45 | defines the seconds to wait for standard input, before exiting (default is 3). |
46 | .TP | 46 | .TP |