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