diff options
author | zachir <zachir@librem.one> | 2023-02-21 14:09:41 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-21 14:09:41 -0600 |
commit | efffd811301f69ee1e91183c2356ccc8f5115c02 (patch) | |
tree | 3ca43b63e549b5dd8ae70b8ed3a61600361f09c7 /dmenu.1 | |
parent | 47cc6ebdd6e9f7d4a653b0f2812e656fd9d3eb9a (diff) |
add password patch
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 [ \-h @@ -64,6 +64,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 |