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 grabs the keyboard before reading stdin if not reading from a tty. This
48 is faster, but will lock up X until stdin reaches end\-of\-file.
51 dmenu matches menu items case insensitively.
54 dmenu lists items vertically, with the given number of lines.
57 dmenu is displayed on the monitor number supplied. Monitor numbers are starting
61 defines the prompt to be displayed to the left of the input field.
64 defines the font or font set used.
67 defines the normal background color.
70 and X color names are supported.
73 defines the normal foreground color.
76 defines the selected background color.
79 defines the selected foreground color.
82 prints version information to stdout, then exits.
87 dmenu is completely controlled by the keyboard. Items are selected using the
88 arrow keys, page up, page down, home, and end.
91 Copy the selected item to the input field.
94 Confirm selection. Prints the selected item to stdout and exits, returning
98 Confirm selection. Prints the selected item to stdout and continues.
101 Confirm input. Prints the input text to stdout and exits, returning success.
104 Exit without selecting an item, returning failure.
107 Move cursor to the start of the current word
110 Move cursor to the end of the current word
167 Paste from primary X selection
170 Paste from X clipboard
173 Move cursor to the start of the current word
176 Move cursor to the end of the current word