diff options
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. |