Skip to content

Commit a7b6412

Browse files
committed
switching back to number tags
1 parent 46bbb2f commit a7b6412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opt/xelph-dwm-git/src/config.def.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ static const char *colors[][3] = {
5353
};
5454

5555
/* tagging */
56-
static char *tags[] = {" ", " ", " ", " ", " ", " ", " ", " ", " "};
57-
//static char *tags[] = {"1", "2", "3", "4", "5", "6", "7", "8", "9"};
56+
//static char *tags[] = {" ", " ", " ", " ", " ", " ", " ", " ", " "};
57+
static char *tags[] = {"1", "2", "3", "4", "5", "6", "7", "8", "9"};
5858

5959
static const int tagschemes[] = { SchemeTag1, SchemeTag2, SchemeTag3, SchemeTag4, SchemeTag5, SchemeTag6, SchemeTag7, SchemeTag6, SchemeTag8, SchemeTag9};
6060

0 commit comments

Comments
 (0)