Commit Diff


commit - ebd94a6c00e0726d271d4f0c88ec67b4e290b1bd
commit + 8ac44eb75a3e2190aa7b89548956b2de33c5a6ce
blob - 7243a36ee140e9a09254959fd95dabd4ab81856d
blob + 5f7446300d421f72c59b61110d1de854b42418e4
--- dmenu.1
+++ dmenu.1
@@ -31,8 +31,9 @@ to stdout and dmenu terminates.  Entering text will na
 matching the tokens in the input.
 .P
 .B dmenu_run
-is a dmenu script used by dwm which lists programs in the user's $PATH and
-executes the selected item.
+is a script used by
+.IR dwm (1)
+which lists programs in the user's $PATH and executes the selected item.
 .SH OPTIONS
 .TP
 .B \-b
@@ -90,7 +91,10 @@ Confirm input.  Prints the input text to stdout and ex
 Exit without selecting an item, returning failure.
 .TP
 .B Ctrl\-y
-Paste the current X selection into the input field.
+Paste the primary X selection into the input field.
+.TP
+.B Ctrl-Shift-y
+Paste the X clipboard into the input field.
 .SH SEE ALSO
 .IR dwm (1),
 .IR lsx (1)