aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2024-03-10 13:53:33 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2024-03-10 13:53:33 +0530
commite5286a33d026646920566c695caf0e49f0e737f1 (patch)
treec7abc52d70ac88d09c6b062db5ff4ddb94bd5cb1
parentc6868f442a5b0cbe3a7d22d2ac62f3428de471f6 (diff)
update
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 7a4b64d..cfcf8f6 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 */
- { NULL, "float", NULL, 1, -1 },
+ { "float", "float", NULL, 1, -1 },
{ NULL, NULL, NULL, 0, -1 },
};