From 06e45c212977781345e7ddb45dbc001ca7dcd8c9 Mon Sep 17 00:00:00 2001 From: Lukasz M Date: Thu, 25 Jun 2020 15:50:38 +0200 Subject: [PATCH] added back firefox rule, but removed tags mask --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 8347e07..41efe3e 100644 --- a/config.def.h +++ b/config.def.h @@ -28,6 +28,7 @@ static const Rule rules[] = { */ /* class instance title tags mask isfloating monitor */ { "Gimp", NULL, NULL, 0, 1, -1 }, + { "Firefox", NULL, NULL, 0, 0, -1 }, }; /* layout(s) */