1 .TH DMENU 1 dmenu\-VERSION
30 is a dynamic menu for X, which reads a list of newline\-separated items from
31 stdin. When the user selects an item and presses Return, their choice is printed
32 to stdout and dmenu terminates. Entering text will narrow the items to those
33 matching the tokens in the input.
38 which lists programs in the user's $PATH and runs the result in their $SHELL.
42 dmenu appears at the bottom of the screen.
45 dmenu grabs the keyboard before reading stdin. This is faster, but will lock up
46 X until stdin reaches end\-of\-file.
49 dmenu matches menu items case insensitively.
52 dmenu lists items vertically, with the given number of lines.
55 dmenu is displayed on the monitor number supplied. Monitor numbers are starting
59 defines the prompt to be displayed to the left of the input field.
62 defines the font or font set used.
65 defines the normal background color.
68 and X color names are supported.
71 defines the normal foreground color.
74 defines the selected background color.
77 defines the selected foreground color.
80 prints version information to stdout, then exits.
82 dmenu is completely controlled by the keyboard. Items are selected using the
83 arrow keys, page up, page down, home, and end.
86 Copy the selected item to the input field.
89 Confirm selection. Prints the selected item to stdout and exits, returning
93 Confirm selection. Prints the selected item to stdout and continues.
96 Confirm input. Prints the input text to stdout and exits, returning success.
99 Exit without selecting an item, returning failure.
156 Paste from primary X selection
159 Paste from X clipboard