1 .TH DMENU 1 dmenu\-VERSION
29 is a dynamic menu for X, which reads a list of newline\-separated items from
30 stdin. When the user selects an item and presses Return, their choice is printed
31 to stdout and dmenu terminates. Entering text will narrow the items to those
32 matching the tokens in the input.
37 which lists programs in the user's $PATH and runs the result in their $SHELL.
41 dmenu appears at the bottom of the screen.
44 dmenu appears centered on the screen.
47 dmenu use fuzzy matching.
50 dmenu grabs the keyboard before reading stdin if not reading from a tty. This
51 is faster, but will lock up X until stdin reaches end\-of\-file.
54 dmenu matches menu items case insensitively.
57 dmenu lists items vertically, with the given number of lines.
60 dmenu is displayed on the monitor number supplied. Monitor numbers are starting
64 defines the prompt to be displayed to the left of the input field.
67 defines the font or font set used.
70 defines the normal background color.
73 and X color names are supported.
76 defines the normal foreground color.
79 defines the selected background color.
82 defines the selected foreground color.
85 prints version information to stdout, then exits.
90 dmenu is completely controlled by the keyboard. Items are selected using the
91 arrow keys, page up, page down, home, and end.
94 Copy the selected item to the input field.
97 Confirm selection. Prints the selected item to stdout and exits, returning
101 Confirm selection. Prints the selected item to stdout and continues.
104 Confirm input. Prints the input text to stdout and exits, returning success.
107 Exit without selecting an item, returning failure.
110 Move cursor to the start of the current word
113 Move cursor to the end of the current word
170 Paste from primary X selection
173 Paste from X clipboard
176 Move cursor to the start of the current word
179 Move cursor to the end of the current word