diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 16:04:20 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-10 16:04:20 +0530 |
| commit | 9510ef8cc6ff3871307b96ce5fe80a5e96e6bc3f (patch) | |
| tree | 6759e78366084fdc64896e0a75db41f06a335fc7 /config.def.h | |
| parent | 8e8e81460b02ea60a25216f39ef5e17519c4d9b0 (diff) | |
fix
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index d23ed49..ed0b520 100644 --- a/config.def.h +++ b/config.def.h @@ -34,8 +34,7 @@ static const char *const autostart[] = { static const Rule rules[] = { /* app_id title tags mask isfloating monitor */ - { NULL, "float", NULL, 1, -1 }, - { NULL, NULL, NULL, 0, -1 }, + { NULL, "float", NULL, 1, -1 } }; /* layout(s) */ |
