summaryrefslogtreecommitdiff
path: root/dmenu.1
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2022-06-24 01:42:16 -0500
committerzachir <zachir@librem.one>2022-06-24 01:42:16 -0500
commit6ff3590af0cdf188c48ce952b276f24557f56d12 (patch)
tree4a3a75f69bce801bc5d39832db2f7d879b095eb6 /dmenu.1
parent0000a18cfdb07a692adf901e41e727f68b56b215 (diff)
dmenu: reconfigure, update to upstream dmenu 5.1
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.19
1 files changed, 6 insertions, 3 deletions
diff --git a/dmenu.1 b/dmenu.1
index 36926c2..1602793 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -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.