From b75d7cb4e24c5d67622f2a71ea2845b8ffa37f95 Mon Sep 17 00:00:00 2001 From: MadcowOG Date: Thu, 27 Apr 2023 16:16:35 -0700 Subject: [PATCH] Added clarification on tags in config.def.h. --- src/config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.def.h b/src/config.def.h index ee22d38..ce34395 100644 --- a/src/config.def.h +++ b/src/config.def.h @@ -35,6 +35,7 @@ static const int *schemes[3][2] = { /* * Tags + * Must not exceed 31 tags and amount must match dwl's tagcount. */ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };