1 .TH DMENU 1 dmenu-VERSION
10 is a generic, highly customizable, and efficient menu for the X Window System,
11 originally designed for
13 It supports arbitrary, user defined menu contents.
17 prints version information to stdout, then exits.
20 reads a list of newline-separated items from stdin and creates a menu.
21 When the user selects an item or enters any text and presses Return, his choice
22 is printed to stdout and
26 is completely controlled by the keyboard. The following keys are recognized:
28 Any printable character
29 Appends the character to the text in the input field. This works as a filter:
30 only items containing this text will be displayed.
32 Left/Right (Control-p/Control-n)
33 Select the previous/next item.
36 Copy the selected item to the input field.
39 Confirm selection and quit (print the selected item to stdout).
41 Shift-Return (Shift-Control-j)
42 Confirm selection and quit (print the text in the input field to stdout).
45 Quit without selecting an item.
48 Remove enough characters from the input field to change its filtering effect.
51 Remove all characters from the input field.
56 if Return is pressed on termination,
61 is customized by creating a custom config.h and (re)compiling the source
62 code. This keeps it fast, secure and simple.