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.
1 files changed, 1 insertions(+), 1 deletions(-) M patches.h
M patches.h => patches.h +1 -1
@@ 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