1 .TH DMENU 1 dmenu\-VERSION
32 is a dynamic menu for X, originally designed for
34 It manages huge numbers of user-defined menu items efficiently.
36 dmenu reads a list of newline-separated items from stdin and creates a menu.
37 When the user selects an item or enters any text and presses Return, their
38 choice is printed to stdout and dmenu terminates.
41 is a dmenu script used by dwm which lists programs in the user's PATH and
42 executes the selected item.
45 is a program used by dmenu_run to find and cache a list of executables.
49 dmenu appears at the bottom of the screen.
52 dmenu grabs the keyboard before reading stdin. This is faster, but may lock up
53 X if stdin is from a terminal.
56 dmenu matches menu items case insensitively.
59 dmenu lists items vertically, with the given number of lines.
62 dmenu appears on the given Xinerama screen.
65 defines the prompt to be displayed to the left of the input field.
68 defines the font or font set used.
71 defines the normal background color.
74 and X color names are supported.
77 defines the normal foreground color.
80 defines the selected background color.
83 defines the selected foreground color.
86 prints version information to stdout, then exits.
88 dmenu is completely controlled by the keyboard. Besides standard Unix line
89 editing and item selection (Up/Down/Left/Right, PageUp/PageDown, Home/End), the
90 following keys are recognized:
93 Copy the selected item to the input field.
95 .B Return (Control\-j)
96 Confirm selection. Prints the selected item to stdout and exits, returning
99 .B Shift\-Return (Control\-Shift\-j)
100 Confirm input. Prints the input text to stdout and exits, returning success.
102 .B Escape (Control\-c)
103 Exit without selecting an item, returning failure.
106 Paste the current X selection into the input field.