summaryrefslogtreecommitdiff
path: root/dmenu.1
diff options
context:
space:
mode:
authorjustsaumit <justsaumit@draconyan.xyz>2022-03-02 09:51:28 +0530
committerjustsaumit <justsaumit@draconyan.xyz>2022-03-02 09:51:28 +0530
commit2781cf2a74772f02a7dad181a251d839c6d21385 (patch)
tree0393431ca40c2b4e3933d0cbc74e727ecc14c388 /dmenu.1
parent21aa33f08ff6ba1fc9181c25da718a07f4b18154 (diff)
instant patch (-n)
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.15
1 files changed, 4 insertions, 1 deletions
diff --git a/dmenu.1 b/dmenu.1
index 762f707..aac82c0 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -3,7 +3,7 @@
dmenu \- dynamic menu
.SH SYNOPSIS
.B dmenu
-.RB [ \-bfivP ]
+.RB [ \-bfinvP ]
.RB [ \-l
.IR lines ]
.RB [ \-m
@@ -50,6 +50,9 @@ dmenu matches menu items case insensitively.
.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 \-n
+dmenu instantly selects if only one match.
+.TP
.BI \-l " lines"
dmenu lists items vertically, with the given number of lines.
.TP