dmenu.1: document improved fastgrab behaviour from previous patch - dmenu - dynamic menu
HTML git clone git://git.suckless.org/dmenu
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 7d19b2055d98e5c0249efe582c852b8b8b30cd41
DIR parent 11a65377da8fc198d15cf041dbbbb9718e5798cd
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 27 Jan 2019 15:28:02 +0100
dmenu.1: document improved fastgrab behaviour from previous patch
Diffstat:
M dmenu.1 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/dmenu.1 b/dmenu.1
@@ -41,8 +41,8 @@ which lists programs in the user's $PATH and runs the result in their $SHELL.
dmenu appears at the bottom of the screen.
.TP
.B \-f
-dmenu grabs the keyboard before reading stdin. This is faster, but will lock up
-X until stdin reaches end\-of\-file.
+dmenu grabs the keyboard before reading stdin if not reading from a tty. This
+is faster, but will lock up X until stdin reaches end\-of\-file.
.TP
.B \-i
dmenu matches menu items case insensitively.