From 20b416ef2528a03f46f6917b23e0ac86d31dc6df Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Fri, 1 Oct 2021 20:50:02 +0200 Subject: [PATCH] Remove firefox rule --- config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.h b/config.h index 9f3ac9f..c21daf6 100644 --- a/config.h +++ b/config.h @@ -29,7 +29,6 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, }; /* layout(s) */ -- 2.39.5