aboutsummaryrefslogtreecommitdiff
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
parentebd94a6c00e0726d271d4f0c88ec67b4e290b1bd (diff)
update manpage
-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
31matching the tokens in the input. 31matching the tokens in the input.
32.P 32.P
33.B dmenu_run 33.B dmenu_run
34is a dmenu script used by dwm which lists programs in the user's $PATH and 34is a script used by
35executes the selected item. 35.IR dwm (1)
36which lists programs in the user's $PATH and executes the selected item.
36.SH OPTIONS 37.SH OPTIONS
37.TP 38.TP
38.B \-b 39.B \-b
@@ -90,7 +91,10 @@ Confirm input. Prints the input text to stdout and exits, returning success.
90Exit without selecting an item, returning failure. 91Exit without selecting an item, returning failure.
91.TP 92.TP
92.B Ctrl\-y 93.B Ctrl\-y
93Paste the current X selection into the input field. 94Paste the primary X selection into the input field.
95.TP
96.B Ctrl-Shift-y
97Paste the X clipboard into the input field.
94.SH SEE ALSO 98.SH SEE ALSO
95.IR dwm (1), 99.IR dwm (1),
96.IR lsx (1) 100.IR lsx (1)