diff options
| author | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-25 22:55:23 +0100 |
|---|---|---|
| committer | ProsperousPotato <ProsperousPotato@users.noreply.github.com> | 2025-07-25 22:55:23 +0100 |
| commit | b2a26fccb727e36625b2feeb53af66fa29a72577 (patch) | |
| tree | 417ef33377915eadf7bde648f42826c0bc49a377 /dmenu.1 | |
| parent | e0d22d49c48ae301b4cb3e86dfc528859bcca001 (diff) | |
updates
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 |
