diff options
author | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 09:01:12 +0530 |
---|---|---|
committer | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 09:01:12 +0530 |
commit | 1e84d0f0dd9fb5b3fcfcd4af88a823aa4f1f5b2a (patch) | |
tree | 22c2186dc506b30420a32df5cc4e41e33a8ea6ae /dmenu.1 | |
parent | ab942a2d496f0fae097a00bca28ed3fe956a6db9 (diff) |
Password patch (-P) uses asterisks '*' instead of dots '.'
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |