diff options
author | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 09:51:28 +0530 |
---|---|---|
committer | justsaumit <justsaumit@draconyan.xyz> | 2022-03-02 09:51:28 +0530 |
commit | 2781cf2a74772f02a7dad181a251d839c6d21385 (patch) | |
tree | 0393431ca40c2b4e3933d0cbc74e727ecc14c388 /dmenu.1 | |
parent | 21aa33f08ff6ba1fc9181c25da718a07f4b18154 (diff) |
instant patch (-n)
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 [ \-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 |