diff options
author | Connor Lane Smith <cls@lubutu.com> | 2011-11-16 11:26:15 +0100 |
---|---|---|
committer | Connor Lane Smith <cls@lubutu.com> | 2011-11-16 11:26:15 +0100 |
commit | 8ac44eb75a3e2190aa7b89548956b2de33c5a6ce (patch) | |
tree | b1f1519b8a1820c6f103a33b764ed0431a234976 | |
parent | ebd94a6c00e0726d271d4f0c88ec67b4e290b1bd (diff) |
update manpage
-rw-r--r-- | dmenu.1 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -31,8 +31,9 @@ to stdout and dmenu terminates. Entering text will narrow the items to those | |||
31 | matching the tokens in the input. | 31 | matching the tokens in the input. |
32 | .P | 32 | .P |
33 | .B dmenu_run | 33 | .B dmenu_run |
34 | is a dmenu script used by dwm which lists programs in the user's $PATH and | 34 | is a script used by |
35 | executes the selected item. | 35 | .IR dwm (1) |
36 | which 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. | |||
90 | Exit without selecting an item, returning failure. | 91 | Exit without selecting an item, returning failure. |
91 | .TP | 92 | .TP |
92 | .B Ctrl\-y | 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 | .SH SEE ALSO | 98 | .SH SEE ALSO |
95 | .IR dwm (1), | 99 | .IR dwm (1), |
96 | .IR lsx (1) | 100 | .IR lsx (1) |