summaryrefslogtreecommitdiff
path: root/dmenu.1
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-17 20:24:09 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-17 20:24:09 -0400
commit2d9878f5babb86ad2d41f7926613dcaa8413d36f (patch)
treeeaa14a52f6201c5e9d8bacf5057f10486dc9abcc /dmenu.1
parent88db983f2f41af5577aec1fc7d21ccd655c10c9e (diff)
password patch added
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.15
1 files changed, 4 insertions, 1 deletions
diff --git a/dmenu.1 b/dmenu.1
index 323f93c..762f707 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -3,7 +3,7 @@
dmenu \- dynamic menu
.SH SYNOPSIS
.B dmenu
-.RB [ \-bfiv ]
+.RB [ \-bfivP ]
.RB [ \-l
.IR lines ]
.RB [ \-m
@@ -47,6 +47,9 @@ is faster, but will lock up X until stdin reaches end\-of\-file.
.B \-i
dmenu matches menu items case insensitively.
.TP
+.B \-P
+dmenu will not directly display the keyboard input, but instead replace it with dots. All data from stdin will be ignored.
+.TP
.BI \-l " lines"
dmenu lists items vertically, with the given number of lines.
.TP