From 928298ef5b08545a6e29050b5a3a971de4d99ed1 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 23 May 2025 10:31:15 -0500 Subject: make dmenu search case insensitive by default --- dmenu.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dmenu.1') diff --git a/dmenu.1 b/dmenu.1 index 323f93c..3e3b31b 100644 --- a/dmenu.1 +++ b/dmenu.1 @@ -3,7 +3,7 @@ dmenu \- dynamic menu .SH SYNOPSIS .B dmenu -.RB [ \-bfiv ] +.RB [ \-bfsv ] .RB [ \-l .IR lines ] .RB [ \-m @@ -44,8 +44,8 @@ dmenu appears at the bottom of the screen. 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 \-i -dmenu matches menu items case insensitively. +.B \-s +dmenu matches menu items case sensitively. .TP .BI \-l " lines" dmenu lists items vertically, with the given number of lines. -- cgit v1.2.3