aboutsummaryrefslogtreecommitdiff
path: root/dmenu.1
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2011-11-16 11:26:15 +0100
committerConnor Lane Smith <cls@lubutu.com>2011-11-16 11:26:15 +0100
commit8ac44eb75a3e2190aa7b89548956b2de33c5a6ce (patch)
treeb1f1519b8a1820c6f103a33b764ed0431a234976 /dmenu.1
parentebd94a6c00e0726d271d4f0c88ec67b4e290b1bd (diff)
downloaddmenu-8ac44eb75a3e2190aa7b89548956b2de33c5a6ce.tar.gz
dmenu-8ac44eb75a3e2190aa7b89548956b2de33c5a6ce.tar.bz2
dmenu-8ac44eb75a3e2190aa7b89548956b2de33c5a6ce.zip
update manpage
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.110
1 files changed, 7 insertions, 3 deletions
diff --git a/dmenu.1 b/dmenu.1
index 7243a36..5f74463 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -31,8 +31,9 @@ to stdout and dmenu terminates. Entering text will narrow the items to those
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 exits, returning success.
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)