summaryrefslogtreecommitdiff
path: root/dmenu.1
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-07-08 15:46:38 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-07-08 15:46:38 +0200
commitdcff54ab18037b31e21def5a8fdd684c82f515a0 (patch)
treed13152a42109d9ca23ecc6577cae01f61dd5435e /dmenu.1
parent1a13d0465d1a6f4f74bc5b07b04c9bd542f20ba6 (diff)
Latest update
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.18
1 files changed, 7 insertions, 1 deletions
diff --git a/dmenu.1 b/dmenu.1
index 323f93c..4c87074 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -3,7 +3,7 @@
dmenu \- dynamic menu
.SH SYNOPSIS
.B dmenu
-.RB [ \-bfiv ]
+.RB [ \-bfirvP ]
.RB [ \-l
.IR lines ]
.RB [ \-m
@@ -47,6 +47,12 @@ 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
+.B \-r
+dmenu will reject any input which would result in no matching option left.
+.TP
.BI \-l " lines"
dmenu lists items vertically, with the given number of lines.
.TP