diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-22 05:20:45 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-22 05:20:45 +0000 |
commit | 55ff6a17cd124806e30f27f5da7c5e976f6925e8 (patch) | |
tree | 7a4121545b42a8caa441adbd7f857fa918d49c45 /dmenu-caseinsensitive-5.0.diff | |
parent | Initial commit (diff) | |
download | dmenu-55ff6a17cd124806e30f27f5da7c5e976f6925e8.tar.gz dmenu-55ff6a17cd124806e30f27f5da7c5e976f6925e8.zip |
initial commit
Diffstat (limited to '')
-rw-r--r-- | dmenu-caseinsensitive-5.0.diff | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dmenu-caseinsensitive-5.0.diff b/dmenu-caseinsensitive-5.0.diff new file mode 100644 index 0000000..eab18f4 --- /dev/null +++ b/dmenu-caseinsensitive-5.0.diff @@ -0,0 +1,24 @@ +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. |