1 .TH DMENU 1 dmenu\-VERSION
11 .RB [ \-nb " <color>]"
12 .RB [ \-nf " <color>]"
13 .RB [ \-p " <prompt>]"
14 .RB [ \-sb " <color>]"
15 .RB [ \-sf " <color>]"
24 dmenu is a generic menu for X, originally designed for
26 It manages huge amounts (up to 10.000 and more) of user defined menu items
29 dmenu_run is a dmenu script used by dwm which lists executables in the user's PATH
30 and executes the selected item.
32 dmenu_path is a script used by dmenu_run to find and cache a list of executables.
36 makes dmenu match menu entries case insensitively.
39 defines that dmenu appears at the bottom.
42 reparents dmenu to the window specified by xid.
45 activates vertical list mode.
46 The given number of lines will be displayed. Window height will be adjusted.
52 defines the normal background color (#RGB, #RRGGBB, and color names are supported).
55 defines the normal foreground color (#RGB, #RRGGBB, and color names are supported).
58 defines a prompt to be displayed before the input area.
61 defines the selected background color (#RGB, #RRGGBB, and color names are supported).
64 defines the selected foreground color (#RGB, #RRGGBB, and color names are supported).
67 prints version information to standard output, then exits.
69 dmenu reads a list of newline-separated items from standard input and creates a
70 menu. When the user selects an item or enters any text and presses Return, his/her
71 choice is printed to standard output and dmenu terminates.
73 dmenu is completely controlled by the keyboard. Besides standard Unix line editing,
74 and item selection (Up/Down or Left/Right, PageUp/PageDown, Home/End), the following
78 Copy the selected item to the input field.
80 .B Return (Control\-j)
81 Confirm selection and quit (print the selected item to standard output). Returns
85 .B Shift\-Return (Control\-Shift\-j)
86 Confirm input and quit (print the text in the input field to standard output).
91 .B Escape (Control\-c)
92 Quit without selecting an item. Returns
97 Pastes the X selection into the input field. This requires