.RB [ \-i ]
.RB [ \-l
.IR lines ]
+.RB [ \-m
+.IR monitor ]
.RB [ \-p
.IR prompt ]
.RB [ \-fn
executes the selected item.
.P
.B dmenu_path
-is a script used by dmenu_run to find and cache a list of programs.
+is a program used by dmenu_run to find and cache a list of executables.
.SH OPTIONS
.TP
.B \-b
.BI \-l " lines"
dmenu lists items vertically, with the given number of lines.
.TP
+.BI \-m " monitor"
+dmenu appears on the given Xinerama screen.
+.TP
.BI \-p " prompt"
defines the prompt to be displayed to the left of the input field.
.TP
.B Escape (Control\-c)
Exit without selecting an item, returning failure.
.TP
-.B Shift\-Insert
+.B Control\-y
Paste the current X selection into the input field.
.SH SEE ALSO
.BR dwm (1)