From a67b8cd4b4681c525d88fdb360db6f7925c50b1d Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Fri, 31 Jul 2020 03:26:45 +0400
Subject: [PATCH] Updated tags symbols.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 dwm/config.def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwm/config.def.h b/dwm/config.def.h
index 84b8919..2047ff5 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -19,7 +19,7 @@ static const char *colors[][3]      = {
 };
 
 /* tagging */
-static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
+static const char *tags[] = { "", "", "", "", "5", "6", "7", "8", "" };
 
 static const Rule rules[] = {
 	/* xprop(1):
-- 
GitLab