class, not instance of chrome

This commit is contained in:
Özgür Kesim 2022-01-30 14:05:18 +01:00
parent b6d9b20cb7
commit 7d9873cf1a
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +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 },
{ "Google-chrome", NULL, NULL, 1 << 8, 0, -1 },
};
/* layout(s) */

View File

@ -36,7 +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 },
{ "Google-chrome", NULL, NULL, 1 << 8, 0, -1 },
};
/* layout(s) */