From 686ae19da6cc8d8c08efe460294eb8e01e820cf3 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Sat, 29 Jan 2022 01:19:01 -0500 Subject: config: taglabel formats Set basic format and limit master window title to 55 chars, to prevent the overall format from being truncated. --- config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.def.h b/config.def.h index e92de44..caae20d 100644 --- a/config.def.h +++ b/config.def.h @@ -27,8 +27,8 @@ static const unsigned int alphas[][3] = { /* tagging */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", "0" }; -static const char ptagf[] = "[%s %s]"; /* format of a tag label */ -static const char etagf[] = "[%s]"; /* format of an empty tag */ +static const char ptagf[] = "[%s: %.55s]"; /* format of a tag label */ +static const char etagf[] = "%s"; /* format of an empty tag */ static const int lcaselbl = 0; /* 1 means make tag label lowercase */ static const Rule rules[] = { -- cgit v1.2.3