From 9510ef8cc6ff3871307b96ce5fe80a5e96e6bc3f Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 10 Mar 2024 16:04:20 +0530 Subject: fix --- 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 d23ed49..ed0b520 100644 --- a/config.def.h +++ b/config.def.h @@ -34,8 +34,7 @@ static const char *const autostart[] = { static const Rule rules[] = { /* app_id title tags mask isfloating monitor */ - { NULL, "float", NULL, 1, -1 }, - { NULL, NULL, NULL, 0, -1 }, + { NULL, "float", NULL, 1, -1 } }; /* layout(s) */ -- cgit v1.2.3