From 55ea6822874baf141b067f3dec05ced57905ac12 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 11 Oct 2022 15:37:50 +0100 Subject: (config.h)~changed tag 6 to musical note --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index b6614b0..f8d53ed 100644 --- a/config.h +++ b/config.h @@ -37,7 +37,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "", "", "", "", "", "6", "7", "8", "9" }; +static const char *tags[] = { "", "", "", "", "", "𝅘𝅥𝅮", "7", "8", "9" }; /* Custom functions */ static void togglegaps(const Arg *arg); -- cgit v1.2.3-13-gbd6f