From ea2902d2060965d34f0d2a770cc4eb4bfddee077 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(-) diff --git a/config.def.h b/config.def.h index 5522c60..9709365 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