aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-10 16:00:50 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-10 16:00:50 +0530
commit8e8e81460b02ea60a25216f39ef5e17519c4d9b0 (patch)
tree054d5b0855b8a5417c6b73d1144064c91cfc30f2 /config.def.h
parenta8b1b3127dd43eecfc15ace38d87844a07f8c049 (diff)
update
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
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 },
};