diff options
author | zachir <zachir@librem.one> | 2023-02-21 14:12:54 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-21 14:12:54 -0600 |
commit | f5e21c71896573cccd82fdb1a29cfb9a76818a87 (patch) | |
tree | b2628e21444faa81ffe30998e5643e2165c43889 /dmenu.1 | |
parent | efffd811301f69ee1e91183c2356ccc8f5115c02 (diff) |
add rejectnomatch patch
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 [ \-bfirvP ] .RB [ \-l .IR lines ] .RB [ \-h @@ -67,6 +67,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 \-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 |