diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 16:00:50 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 16:00:50 +0530 |
| commit | 8e8e81460b02ea60a25216f39ef5e17519c4d9b0 (patch) | |
| tree | 054d5b0855b8a5417c6b73d1144064c91cfc30f2 /config.def.h | |
| parent | a8b1b3127dd43eecfc15ace38d87844a07f8c049 (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 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 }, }; |
