diff options
-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) |