diff options
author | Özgür Kesim <oec@codeblau.de> | 2022-01-30 14:05:18 +0100 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2022-01-30 14:05:18 +0100 |
commit | 7d9873cf1ad280a473862c251b52f6ce37384777 (patch) | |
tree | 7b9f4cd8644f829809c1c366cff0ef10288f45f0 | |
parent | b6d9b20cb700dc1be615f35ff19b9d407880c244 (diff) |
class, not instance of chrome
-rw-r--r-- | config.def.h | 2 | ||||
-rw-r--r-- | config.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index ff36826..d557136 100644 --- a/config.def.h +++ b/config.def.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) */ @@ -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) */ |