add spaces
This commit is contained in:
parent
e8aa136968
commit
642cffdbe3
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ static const char *const autostart[] = {
|
||||||
|
|
||||||
/* tagging */
|
/* 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[] = { "", "", "", "", "" };
|
static const char *tags[] = { " ", " ", " ", " ", " " };
|
||||||
|
|
||||||
static const Rule rules[] = {
|
static const Rule rules[] = {
|
||||||
/* xprop(1):
|
/* xprop(1):
|
||||||
|
|
Loading…
Reference in a new issue