From 8e8e81460b02ea60a25216f39ef5e17519c4d9b0 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 10 Mar 2024 16:00:50 +0530 Subject: update --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index 18c8411..d23ed49 100644 --- a/config.def.h +++ b/config.def.h @@ -34,7 +34,7 @@ static const char *const autostart[] = { static const Rule rules[] = { /* app_id title tags mask isfloating monitor */ - { "float", NULL, NULL, 1, -1 }, + { NULL, "float", NULL, 1, -1 }, { NULL, NULL, NULL, 0, -1 }, }; -- cgit v1.2.3