aboutsummaryrefslogtreecommitdiff
path: root/dmenu.1
diff options
context:
space:
mode:
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.127
1 files changed, 24 insertions, 3 deletions
diff --git a/dmenu.1 b/dmenu.1
index 7495ef3..cfe16b4 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -3,6 +3,12 @@
3dmenu \- dynamic menu 3dmenu \- 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
12efficiently. 18efficiently.
13.SS Options 19.SS Options
14.TP 20.TP
21.B \-font <name>
22defines the font.
23.TP
24.B \-normbg <color>
25defines the normal background color (#RGB, #RRGGBB, and color names are supported).
26.TP
27.B \-normfg <color>
28defines the normal foreground color (#RGB, #RRGGBB, and color names are supported).
29.TP
30.B \-selbg <color>
31defines the selected background color (#RGB, #RRGGBB, and color names are supported).
32.TP
33.B \-selfg <color>
34defines the selected foreground color (#RGB, #RRGGBB, and color names are supported).
35.TP
36.B \-t <seconds>
37defines the seconds to wait for standard input, before exiting (default is 3).
38.TP
15.B \-v 39.B \-v
16prints version information to standard output, then exits. 40prints 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
54Remove all characters from the input field. 78Remove all characters from the input field.
55.SH CUSTOMIZATION
56dmenu is customized by creating a custom config.h and (re)compiling the source
57code. This keeps it fast, secure and simple.
58.SH SEE ALSO 79.SH SEE ALSO
59.BR dwm (1) 80.BR dwm (1)