From e3d10169950e2e2cfe470b36eddf0157c996ee86 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Tue, 3 Oct 2023 22:43:38 +0800 Subject: [PATCH] Enhance nametag charlimit --- dwm-flexipatch/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwm-flexipatch/config.def.h b/dwm-flexipatch/config.def.h index 7abdcec..00920c7 100644 --- a/dwm-flexipatch/config.def.h +++ b/dwm-flexipatch/config.def.h @@ -123,7 +123,7 @@ static const int ulineall = 0; /* 1 to show underline on all ta #if NAMETAG_PREPEND_PATCH /* The format in which the tag is written when named. E.g. %d: %.12s will write the tag number * followed the first 12 characters of the given string. You can also just use "%d: %s" here. */ -#define NAMETAG_FORMAT "%d: %.12s" +#define NAMETAG_FORMAT "%d: %s" #else #define NAMETAG_FORMAT "%s" #endif // NAMETAG_PREPEND_PATCH