dmenu \- dynamic menu
.SH SYNOPSIS
.B dmenu
-.RB [ \-b ]
-.RB [ \-f ]
-.RB [ \-i ]
+.RB [ \-bfiv ]
.RB [ \-l
.IR lines ]
+.RB [ \-m
+.IR monitor ]
.RB [ \-p
.IR prompt ]
.RB [ \-fn
.IR color ]
.RB [ \-sf
.IR color ]
-.RB [ \-v ]
+.RB [ \-w
+.IR windowid ]
.P
.BR dmenu_run " ..."
.SH DESCRIPTION
.BI \-l " lines"
dmenu lists items vertically, with the given number of lines.
.TP
+.BI \-m " monitor"
+dmenu is displayed on the monitor number supplied. Monitor numbers are starting
+from 0.
+.TP
.BI \-p " prompt"
defines the prompt to be displayed to the left of the input field.
.TP
.TP
.B \-v
prints version information to stdout, then exits.
+.TP
+.BI \-w " windowid"
+embed into windowid.
.SH USAGE
dmenu is completely controlled by the keyboard. Items are selected using the
arrow keys, page up, page down, home, and end.
Confirm selection. Prints the selected item to stdout and exits, returning
success.
.TP
+.B Ctrl-Return
+Confirm selection. Prints the selected item to stdout and continues.
+.TP
.B Shift\-Return
Confirm input. Prints the input text to stdout and exits, returning success.
.TP
C\-f
Right
.TP
+C\-g
+Escape
+.TP
C\-h
Backspace
.TP
C\-m
Return
.TP
+C\-M
+Shift-Return
+.TP
C\-n
Down
.TP