From 7a5a2fde1429a0233332babe7b8790a93232fcf5 Mon Sep 17 00:00:00 2001 From: jomido Date: Fri, 27 Sep 2019 13:28:20 -0500 Subject: [PATCH] Fixed firefox, class name changed and ruled for tag 2 stopped working. --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.h b/config.h index c1f1cba..6ac6cdf 100644 --- a/config.h +++ b/config.h @@ -45,7 +45,8 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 2, 0, -1 }, + { "firefox", NULL, NULL, 2, 0, -1 }, + { "URxvt", "cal", NULL, 0, 1, -1 }, }; /* layout(s) */