class, not instance of chrome
This commit is contained in:
parent
b6d9b20cb7
commit
7d9873cf1a
@ -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) */
|
||||
|
2
config.h
2
config.h
@ -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) */
|
||||
|
Loading…
Reference in New Issue
Block a user