dmenu \- dynamic menu
.SH SYNOPSIS
.B dmenu
-.RB [ \-b ]
-.RB [ \-f ]
-.RB [ \-i ]
+.RB [ \-bfiv ]
.RB [ \-l
+.IR lines ]
.RB [ \-m
.IR monitor ]
-.IR lines ]
.RB [ \-p
.IR prompt ]
.RB [ \-fn
.IR color ]
.RB [ \-sf
.IR color ]
-.RB [ \-v ]
+.RB [ \-w
+.IR windowid ]
.P
.BR dmenu_run " ..."
.SH DESCRIPTION
dmenu lists items vertically, with the given number of lines.
.TP
.BI \-m " monitor"
-dmenu is displayed on the monitor supplied.
+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
.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.
C\-m
Return
.TP
+C\-M
+Shift-Return
+.TP
C\-n
Down
.TP