1 .TH DMENU 1 dmenu\-VERSION
29 is a dynamic menu for X, originally designed for
31 It manages huge numbers of user-defined menu items efficiently.
33 dmenu reads a list of newline-separated items from standard input and creates a
34 menu. When the user selects an item or enters any text and presses Return,
35 their choice is printed to standard output and dmenu terminates.
38 is a dmenu script used by dwm which lists programs in the user's PATH and
39 executes the selected item.
42 is a program used by dmenu_run to find and cache a list of executables.
46 dmenu appears at the bottom of the screen.
49 dmenu matches menu items case insensitively.
52 dmenu lists items vertically, with the given number of lines.
55 defines the prompt to be displayed to the left of the input field.
58 defines the font or font set used.
61 defines the normal background color.
64 and color names are supported.
67 defines the normal foreground color.
70 defines the selected background color.
73 defines the selected foreground color.
76 prints version information to standard output, then exits.
78 dmenu is completely controlled by the keyboard. Besides standard Unix line
79 editing and item selection (Up/Down/Left/Right, PageUp/PageDown, Home/End), the
80 following keys are recognized:
83 Copy the selected item to the input field.
85 .B Return (Control\-j)
86 Confirm selection. Prints the selected item to standard output and exits,
89 .B Shift\-Return (Control\-Shift\-j)
90 Confirm input. Prints the input text to standard output and exits, returning
93 .B Escape (Control\-c)
94 Exit without selecting an item, returning failure.
97 Paste the current X selection into the input field.