diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-09-07 09:40:09 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-09-07 09:40:09 +0200 |
commit | 358f078c0b8e235bd14cded2330b78a2e1c08685 (patch) | |
tree | fa5c26715105dc055233808bb7fbb85a21a2f04c | |
parent | 1f207893e6162f8ae8be17440830ca1eb1e80746 (diff) |
another fix
-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. |