Apply Fuzzymatch patch

This commit is contained in:
Mike Wilson
2025-06-18 11:15:32 -04:00
parent 7bb862fc2a
commit 862c166392
6 changed files with 102 additions and 22 deletions

View File

@@ -3,7 +3,7 @@
dmenu \- dynamic menu
.SH SYNOPSIS
.B dmenu
.RB [ \-bfiv ]
.RB [ \-bFfiv ]
.RB [ \-l
.IR lines ]
.RB [ \-m
@@ -40,6 +40,9 @@ which lists programs in the user's $PATH and runs the result in their $SHELL.
.B \-b
dmenu appears at the bottom of the screen.
.TP
.B \-F
disables 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.