diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-01-27 15:28:02 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2019-01-27 15:28:02 +0100 |
commit | 7d19b2055d98e5c0249efe582c852b8b8b30cd41 (patch) | |
tree | d95b9e085b29cd74df06c8bb8c4d48a852f5de19 | |
parent | 11a65377da8fc198d15cf041dbbbb9718e5798cd (diff) |
dmenu.1: document improved fastgrab behaviour from previous patch
-rw-r--r-- | dmenu.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,8 +41,8 @@ which lists programs in the user's $PATH and runs the result in their $SHELL. | |||
41 | dmenu appears at the bottom of the screen. | 41 | dmenu appears at the bottom of the screen. |
42 | .TP | 42 | .TP |
43 | .B \-f | 43 | .B \-f |
44 | dmenu grabs the keyboard before reading stdin. This is faster, but will lock up | 44 | dmenu grabs the keyboard before reading stdin if not reading from a tty. This |
45 | X until stdin reaches end\-of\-file. | 45 | is faster, but will lock up X until stdin reaches end\-of\-file. |
46 | .TP | 46 | .TP |
47 | .B \-i | 47 | .B \-i |
48 | dmenu matches menu items case insensitively. | 48 | dmenu matches menu items case insensitively. |