From 39e0e33c9db0825c6f13bf0ff51d4911704f2394 Mon Sep 17 00:00:00 2001 From: Kris Yotam Date: Sat, 14 Feb 2026 00:18:39 -0600 Subject: [PATCH] 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. --- patches.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches.h b/patches.h index 83ee5a6b3c8ddfb39068f706e7061bfb3d8a0876..29df00cc8ea7ebaffca2b7248e27ea682f712443 100644 --- 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