diff options
| author | Goblin King <goblin-king@unix-goblins.xyz> | 2026-08-08 19:32:47 +0100 |
|---|---|---|
| committer | Goblin King <goblin-king@unix-goblins.xyz> | 2026-08-08 19:32:47 +0100 |
| commit | eefc5d8faf541ba02ba51474483360e65b5def7b (patch) | |
| tree | 8806835dea7b5febbd39f6e07a2a82270749292d /dmenu.1 | |
| parent | 8b48986f4c730725367e2865e5ea24931855018f (diff) | |
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 |
