revert set tag label to lowercase option

- caused fatal xorg crash when running libreoffice
This commit is contained in:
Sam 2024-11-04 16:56:29 +00:00
parent d795f9e155
commit 3e0601b29d
1 changed files with 1 additions and 1 deletions

View File

@ -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 ptagf[] = "%s-%s"; /* format of a tag label */
static const char etagf[] = "%s"; /* format of an empty tag */ 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[] = { static const Rule rules[] = {
/* class instance title tags mask isfloating isterminal noswallow monitor */ /* class instance title tags mask isfloating isterminal noswallow monitor */
{ "St", NULL, NULL, 0, 0, 1, 0, -1 }, { "St", NULL, NULL, 0, 0, 1, 0, -1 },