From 3e0601b29d879e589703239e064f0baaabb3474b Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 4 Nov 2024 16:56:29 +0000 Subject: [PATCH] revert set tag label to lowercase option - caused fatal xorg crash when running libreoffice --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 9d75215..8d49cc5 100644 --- a/config.def.h +++ b/config.def.h @@ -57,7 +57,7 @@ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; static const char ptagf[] = "%s-%s"; /* format of a tag label */ static const char etagf[] = "%s"; /* format of an empty tag */ -static const int lcaselbl = 1; /* 1 means make tag label lowercase */ +static const int lcaselbl = 0; /* 1 means make tag label lowercase */ static const Rule rules[] = { /* class instance title tags mask isfloating isterminal noswallow monitor */ { "St", NULL, NULL, 0, 0, 1, 0, -1 },