update manpage 8ac44eb7
Connor Lane Smith · 2011-11-16 11:26 1 file(s) · +7 −3
dmenu.1 +7 −3
31 31
matching the tokens in the input.
32 32
.P
33 33
.B dmenu_run
34 -
is a dmenu script used by dwm which lists programs in the user's $PATH and
35 -
executes the selected item.
34 +
is a script used by
35 +
.IR dwm (1)
36 +
which lists programs in the user's $PATH and executes the selected item.
36 37
.SH OPTIONS
37 38
.TP
38 39
.B \-b
90 91
Exit without selecting an item, returning failure.
91 92
.TP
92 93
.B Ctrl\-y
93 -
Paste the current X selection into the input field.
94 +
Paste the primary X selection into the input field.
95 +
.TP
96 +
.B Ctrl-Shift-y
97 +
Paste the X clipboard into the input field.
94 98
.SH SEE ALSO
95 99
.IR dwm (1),
96 100
.IR lsx (1)