From 4640ec75bcd3bedfe15d3032d6aad13626c4a3f3 Mon Sep 17 00:00:00 2001 From: Joe Date: Sat, 21 May 2022 00:37:54 +0200 Subject: Added password patch --- dmenu.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dmenu.1') diff --git a/dmenu.1 b/dmenu.1 index 488e095..9165064 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 @@ -58,6 +58,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 -- cgit v1.2.3