diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 13:53:33 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 13:53:33 +0530 |
| commit | e5286a33d026646920566c695caf0e49f0e737f1 (patch) | |
| tree | c7abc52d70ac88d09c6b062db5ff4ddb94bd5cb1 | |
| parent | c6868f442a5b0cbe3a7d22d2ac62f3428de471f6 (diff) | |
update
| -rw-r--r-- | config.def.h | 2 |
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 }, }; |
