From d702fa7877834a90e80b041f3e30f75147b666c9 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Tue, 13 Jul 2021 15:03:59 +0800 Subject: [PATCH] Changed window class name for firefox rule. --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 01bee41..617e27a 100644 --- a/config.h +++ b/config.h @@ -47,7 +47,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, - { "firefox", NULL, NULL, 1 << 1, 0, -1 }, + { "Firefox", NULL, NULL, 1 << 1, 0, -1 }, { "discord", NULL, NULL, 1 << 2, 0, -1 }, { "Steam", NULL, NULL, 1 << 3, 0, -1 }, { "UE4Editor", NULL, NULL, 1 << 3, 0, -1 },