change workspace names
This commit is contained in:
parent
a666d1a2cb
commit
969cff6da9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,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[] = { "web", "2", "3", "4", "5", "6" };
|
static const char *tags[] = { "web", "dev", "irc", "media", "game", "misc" };
|
||||||
|
|
||||||
static const Rule rules[] = {
|
static const Rule rules[] = {
|
||||||
/* xprop(1):
|
/* xprop(1):
|
||||||
|
|
Loading…
Reference in a new issue