diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-22 18:48:50 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-22 18:48:50 +0100 |
| commit | 57c00645da6ab807c6be5865f9fa1b8620010cdf (patch) | |
| tree | dc6aa3e0d08ba28cc881b8f96f83de0c8dcaaea9 /dmenu.1 | |
| parent | d7138063a656d9b9c46135ae715df72942bdbac4 (diff) | |
| download | dmenu-57c00645da6ab807c6be5865f9fa1b8620010cdf.tar.gz dmenu-57c00645da6ab807c6be5865f9fa1b8620010cdf.tar.bz2 dmenu-57c00645da6ab807c6be5865f9fa1b8620010cdf.zip | |
Added 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 [ \-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 |
