From 5c50b9f0f4c99bf06fcd33529d9f57008131c11b Mon Sep 17 00:00:00 2001 From: Malfurious Date: Thu, 13 Jan 2022 23:32:57 -0500 Subject: config: Remove client rules --- config.def.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index de4bf0d..457c192 100644 --- a/config.def.h +++ b/config.def.h @@ -27,8 +27,7 @@ static const Rule rules[] = { * WM_NAME(STRING) = title */ /* class instance title tags mask isfloating monitor */ - { "Gimp", NULL, NULL, 0, 1, -1 }, - { "Firefox", NULL, NULL, 1 << 8, 0, -1 }, + { NULL, NULL, NULL, 0, 0, -1 }, }; /* layout(s) */ -- cgit v1.2.3