diff options
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 27 |
1 files changed, 24 insertions, 3 deletions
@@ -3,6 +3,12 @@ | |||
3 | dmenu \- dynamic menu | 3 | dmenu \- dynamic menu |
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
5 | .B dmenu | 5 | .B dmenu |
6 | .RB [ \-font <name> ] | ||
7 | .RB [ \-normbg <color> ] | ||
8 | .RB [ \-normfg <color> ] | ||
9 | .RB [ \-selbg <color> ] | ||
10 | .RB [ \-selfg <color> ] | ||
11 | .RB [ \-t <seconds> ] | ||
6 | .RB [ \-v ] | 12 | .RB [ \-v ] |
7 | .SH DESCRIPTION | 13 | .SH DESCRIPTION |
8 | .SS Overview | 14 | .SS Overview |
@@ -12,6 +18,24 @@ It manages huge amounts (up to 10.000 and more) of user defined menu items | |||
12 | efficiently. | 18 | efficiently. |
13 | .SS Options | 19 | .SS Options |
14 | .TP | 20 | .TP |
21 | .B \-font <name> | ||
22 | defines the font. | ||
23 | .TP | ||
24 | .B \-normbg <color> | ||
25 | defines the normal background color (#RGB, #RRGGBB, and color names are supported). | ||
26 | .TP | ||
27 | .B \-normfg <color> | ||
28 | defines the normal foreground color (#RGB, #RRGGBB, and color names are supported). | ||
29 | .TP | ||
30 | .B \-selbg <color> | ||
31 | defines the selected background color (#RGB, #RRGGBB, and color names are supported). | ||
32 | .TP | ||
33 | .B \-selfg <color> | ||
34 | defines the selected foreground color (#RGB, #RRGGBB, and color names are supported). | ||
35 | .TP | ||
36 | .B \-t <seconds> | ||
37 | defines the seconds to wait for standard input, before exiting (default is 3). | ||
38 | .TP | ||
15 | .B \-v | 39 | .B \-v |
16 | prints version information to standard output, then exits. | 40 | prints version information to standard output, then exits. |
17 | .SH USAGE | 41 | .SH USAGE |
@@ -52,8 +76,5 @@ Remove enough characters from the input field to change its filtering effect. | |||
52 | .TP | 76 | .TP |
53 | .B Control-u | 77 | .B Control-u |
54 | Remove all characters from the input field. | 78 | Remove all characters from the input field. |
55 | .SH CUSTOMIZATION | ||
56 | dmenu is customized by creating a custom config.h and (re)compiling the source | ||
57 | code. This keeps it fast, secure and simple. | ||
58 | .SH SEE ALSO | 79 | .SH SEE ALSO |
59 | .BR dwm (1) | 80 | .BR dwm (1) |