commit 39e0e33c9db0825c6f13bf0ff51d4911704f2394
parent 097f38a4bd85760e5cf322eb973d2f671673c289
Author: Kris Yotam <krisyotam@protonmail.com>
Date: Sat, 14 Feb 2026 00:18:39 -0600
Disable caseinsensitive patch to restore -i flag
The CASEINSENSITIVE_PATCH removed the -i flag which broke
sysact and other scripts that pass -i to dmenu.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patches.h b/patches.h
@@ -38,7 +38,7 @@
#define CARET_WIDTH_PATCH 0
/* Case-insensitive by default. */
-#define CASEINSENSITIVE_PATCH 1
+#define CASEINSENSITIVE_PATCH 0
/* Centers dmenu in the middle of the screen. */
#define CENTER_PATCH 1