diff options
author | zachir <zachir@librem.one> | 2023-02-21 15:12:09 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-21 15:12:09 -0600 |
commit | b68278a760117d5595019a9f52e92fe9ceeb1d4a (patch) | |
tree | 6691140506d1b88c81f9def3a65a831f7cbc7f25 /dmenu.1 | |
parent | ee4eee0e05b567fe72f94eabcec9656a096625bc (diff) |
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -3,7 +3,7 @@ dmenu \- dynamic menu .SH SYNOPSIS .B dmenu -.RB [ \-bfirvP ] +.RB [ \-bcfirvPF ] .RB [ \-l .IR lines ] .RB [ \-h @@ -64,11 +64,17 @@ is faster, but will lock up X until stdin reaches end\-of\-file. .B \-i dmenu matches menu items case insensitively. .TP +.B \-r +dmenu will reject any input which would result in no matching option left. +.TP +.B \-v +prints version information to stdout, then exits. +.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. +.B \-F +dmenu will/will not use fuzzy matching (the opposite of the default, defined in config.def.h) .TP .BI \-l " lines" dmenu lists items vertically, with the given number of lines. @@ -113,9 +119,6 @@ defines the selected highlight background color. .BI \-shf " color" defines the selected highlight foreground color. .TP -.B \-v -prints version information to stdout, then exits. -.TP .BI \-w " windowid" embed into windowid. .TP |