icon space fixed in the bar
This commit is contained in:
parent
d4b53d04f9
commit
963cbecb4b
|
|
@ -22,7 +22,7 @@ static char *colors[][3] = {
|
|||
};
|
||||
/* tagging */
|
||||
//static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
|
||||
static const char *tags[] = { " ", " ", " ", " ", " ", " ", " ", " ", "" };
|
||||
static const char *tags[] = { " ", " ", " ", " ", " ", " ", " ", " ", " " };
|
||||
|
||||
static const Rule rules[] = {
|
||||
/* xprop(1):
|
||||
|
|
|
|||
2
config.h
2
config.h
|
|
@ -22,7 +22,7 @@ static char *colors[][3] = {
|
|||
};
|
||||
/* tagging */
|
||||
//static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
|
||||
static const char *tags[] = { " ", " ", " ", " ", " ", " ", " ", " ", "" };
|
||||
static const char *tags[] = { " ", " ", " ", " ", " ", " ", " ", " ", " " };
|
||||
|
||||
static const Rule rules[] = {
|
||||
/* xprop(1):
|
||||
|
|
|
|||
Reference in New Issue