diff options
| -rw-r--r-- | dmenu.1 | 21 |
1 files changed, 9 insertions, 12 deletions
| @@ -32,29 +32,26 @@ Select the previous/next item. | |||
| 32 | Copy the selected item to the input field. | 32 | Copy the selected item to the input field. |
| 33 | .TP | 33 | .TP |
| 34 | .B Return | 34 | .B Return |
| 35 | Confirm selection and quit (print the selected item to standard output). | 35 | Confirm selection and quit (print the selected item to standard output). Returns |
| 36 | .B 0 | ||
| 37 | on termination. | ||
| 36 | .TP | 38 | .TP |
| 37 | .B Shift-Return | 39 | .B Shift-Return |
| 38 | Confirm selection and quit (print the text in the input field to standard output). | 40 | Confirm selection and quit (print the text in the input field to standard output). |
| 41 | Returns | ||
| 42 | .B 0 | ||
| 43 | on termination. | ||
| 39 | .TP | 44 | .TP |
| 40 | .B Escape | 45 | .B Escape |
| 41 | Quit without selecting an item. | 46 | Quit without selecting an item. Returns |
| 47 | .B 1 | ||
| 48 | on termination. | ||
| 42 | .TP | 49 | .TP |
| 43 | .B Backspace (Control-h) | 50 | .B Backspace (Control-h) |
| 44 | Remove enough characters from the input field to change its filtering effect. | 51 | Remove enough characters from the input field to change its filtering effect. |
| 45 | .TP | 52 | .TP |
| 46 | .B Control-u | 53 | .B Control-u |
| 47 | Remove all characters from the input field. | 54 | Remove all characters from the input field. |
| 48 | .P | ||
| 49 | dwm returns | ||
| 50 | .B 0 | ||
| 51 | if | ||
| 52 | .B Return | ||
| 53 | is pressed and | ||
| 54 | .B 1 | ||
| 55 | if | ||
| 56 | .B Escape | ||
| 57 | is pressed on termination. | ||
| 58 | .SH CUSTOMIZATION | 55 | .SH CUSTOMIZATION |
| 59 | dmenu is customized by creating a custom config.h and (re)compiling the source | 56 | dmenu is customized by creating a custom config.h and (re)compiling the source |
| 60 | code. This keeps it fast, secure and simple. | 57 | code. This keeps it fast, secure and simple. |
