From 96c527c624e66e3513825cf09e59be2b4a77967c Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Thu, 28 Apr 2022 21:00:07 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20web=20browser=20rule=20=F0=9F=98=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 5a78470..3a53e18 100644 --- a/config.h +++ b/config.h @@ -50,7 +50,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 }, + { WEBBROWSER, NULL, NULL, 1 << 8, 0, -1 }, { "Plasma", NULL, NULL, 0 1, -1 }, };