aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-01-27 15:28:02 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-01-27 15:28:02 +0100
commit7d19b2055d98e5c0249efe582c852b8b8b30cd41 (patch)
treed95b9e085b29cd74df06c8bb8c4d48a852f5de19
parent11a65377da8fc198d15cf041dbbbb9718e5798cd (diff)
downloaddmenu-7d19b2055d98e5c0249efe582c852b8b8b30cd41.tar.gz
dmenu-7d19b2055d98e5c0249efe582c852b8b8b30cd41.tar.bz2
dmenu-7d19b2055d98e5c0249efe582c852b8b8b30cd41.zip
dmenu.1: document improved fastgrab behaviour from previous patch
-rw-r--r--dmenu.14
1 files changed, 2 insertions, 2 deletions
diff --git a/dmenu.1 b/dmenu.1
index c065087..323f93c 100644
--- 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.