~kris/suckless

dmenu

39e0e33c9db0825c6f13bf0ff51d4911704f2394 — Kris Yotam 7 months ago 097f38a
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