commit 1abf7046cd66d800b274e95d8f325cd14e67f07f
parent 93e3f290075f5807d57bdb1b9ac86dbe74beac19
Author: Alex Balgavy <alexander.balgavy@spaceapplications.com>
Date:   Thu, 18 Apr 2024 18:59:26 +0200
Tags with icons
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -31,7 +31,8 @@ static const XPoint stickyicon[]    = { {0,0}, {4,0}, {4,8}, {2,6}, {0,8}, {0,0}
 static const XPoint stickyiconbb    = {4,8};	/* defines the bottom right corner of the polygon's bounding box (speeds up scaling) */
 
 /* tagging */
-static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
+// static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
+static const char *tags[] = { "1", "2", "3", "4 ", "5 ", "6 ", "7 ", "8", "9 " };
 
 #define TERM "st"
 #define TERMCLASS "St"