From 7d9873cf1ad280a473862c251b52f6ce37384777 Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Sun, 30 Jan 2022 14:05:18 +0100 Subject: class, not instance of chrome --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') 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) */ -- cgit v1.2.3