tag names und google chrome

This commit is contained in:
Özgür Kesim 2022-01-30 13:30:54 +01:00
parent 97069c8457
commit b6d9b20cb7
2 changed files with 10 additions and 8 deletions

View File

@ -26,7 +26,7 @@ static const char *colors[][3] = {
};
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static const char *tags[] = { "1 com", "2 taler", "3", "4", "5", "6", "7", "8", "9" };
static const Rule rules[] = {
/* xprop(1):
@ -36,6 +36,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
{ "google-chrome", NULL, NULL, 1 << 8, 0, -1 },
};
/* layout(s) */

View File

@ -26,7 +26,7 @@ static const char *colors[][3] = {
};
/* tagging */
static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static const char *tags[] = { "1 com", "2 taler", "3", "4", "5", "6", "7", "8", "9" };
static const Rule rules[] = {
/* xprop(1):
@ -36,6 +36,7 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */
{ "Gimp", NULL, NULL, 0, 1, -1 },
{ "Firefox", NULL, NULL, 1 << 8, 0, -1 },
{ "google-chrome", NULL, NULL, 1 << 8, 0, -1 },
};
/* layout(s) */