diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 09:00:07 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 09:00:07 +0530 |
| commit | 26a4b527b5d4d323b8cb87d1c66af94b73849f26 (patch) | |
| tree | 718d31bcb5cd3c28ad23e602c56c5e0e052f8dbd /config.def.h | |
| parent | 53ed60b2a8553ff4adfddf545ef73dcbbcf6dc89 (diff) | |
update
Diffstat (limited to 'config.def.h')
| -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 0ece3d6..fecbd7c 100644 --- a/config.def.h +++ b/config.def.h @@ -33,7 +33,7 @@ static const char *const autostart[] = { static const Rule rules[] = { /* app_id title tags mask isfloating monitor */ - { NULL, "float", NULL, 0, -1 }, + { NULL, "float", NULL, 1, -1 }, { NULL, NULL, NULL, 0, -1 }, }; |
