diff options
author | zachir <zachir@librem.one> | 2022-06-24 01:42:16 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-06-24 01:42:16 -0500 |
commit | 6ff3590af0cdf188c48ce952b276f24557f56d12 (patch) | |
tree | 4a3a75f69bce801bc5d39832db2f7d879b095eb6 /dmenu.1 | |
parent | 0000a18cfdb07a692adf901e41e727f68b56b215 (diff) |
dmenu: reconfigure, update to upstream dmenu 5.1
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -3,7 +3,7 @@ dmenu \- dynamic menu .SH SYNOPSIS .B dmenu -.RB [ \-bfsrvP ] +.RB [ \-bFfirvP ] .RB [ \-l .IR lines ] .RB [ \-h @@ -57,12 +57,15 @@ dmenu appears at the bottom of the screen. .B \-c dmenu appears centered on the screen. .TP +.B \-F +dmenu uses fuzzy matching +.TP .B \-f dmenu grabs the keyboard before reading stdin if not reading from a tty. This is faster, but will lock up X until stdin reaches end\-of\-file. .TP -.B \-s -dmenu matches menu items case sensitively. +.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. |