diff options
| -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) */ |
