1 .TH DMENU 1 dmenu\-VERSION
10 .RB [ \-p " <prompt>"]
11 .RB [ \-sb " <color>"]
12 .RB [ \-sf " <color>"]
16 dmenu is a generic menu for X, originally designed for
18 It manages huge amounts (up to 10.000 and more) of user defined menu items
23 makes dmenu appear at the screen bottom (by default it appears at the screen top).
29 defines the normal background color (#RGB, #RRGGBB, and color names are supported).
32 defines the normal foreground color (#RGB, #RRGGBB, and color names are supported).
35 defines a prompt to be displayed before the input area.
38 defines the selected background color (#RGB, #RRGGBB, and color names are supported).
41 defines the selected foreground color (#RGB, #RRGGBB, and color names are supported).
44 prints version information to standard output, then exits.
46 dmenu reads a list of newline-separated items from standard input and creates a
47 menu. When the user selects an item or enters any text and presses Return, his/her
48 choice is printed to standard output and dmenu terminates.
50 dmenu is completely controlled by the keyboard. The following keys are recognized:
52 .B Any printable character
53 Appends the character to the text in the input field. This works as a filter:
54 only items containing this text will be displayed.
56 .B Left/Right (Mod1\-h/Mod1\-l)
57 Select the previous/next item.
59 .B PageUp/PageDown (Mod1\-k/Mod1\-j)
60 Select the first item of the previous/next 'page' of items.
62 .B Home/End (Mod1\-g/Mod1\-G)
63 Select the first/last item.
66 Copy the selected item to the input field.
68 .B Return (Control\-j)
69 Confirm selection and quit (print the selected item to standard output). Returns
73 .B Shift\-Return (Control\-Shift\-j)
74 Confirm selection and quit (print the text in the input field to standard output).
79 .B Escape (Control\-bracketleft)
80 Quit without selecting an item. Returns
84 .B Backspace (Control\-h)
85 Remove a character from the input field.
88 Remove all characters from the input field.
91 Remove all characters of current word from the input field.