diff options
Diffstat (limited to '.repos/dwm/config.h')
-rw-r--r-- | .repos/dwm/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.repos/dwm/config.h b/.repos/dwm/config.h index 5cc4cdb..f31bb0a 100644 --- a/.repos/dwm/config.h +++ b/.repos/dwm/config.h @@ -40,7 +40,7 @@ static const Rule rules[] = { { NULL, NULL, "WhatsApp", 1 << 7, 0, -1 }, { NULL, NULL, "DISPATCH", 1 << 2, 0, -1 }, { NULL, "spterm", NULL, 1 << 10, 1, -1 }, - { NULL, "flterm", NULL, 1 << 10, 1, -1 }, + { NULL, NULL, "flterm", 1 << 10, 1, -1 }, }; /* layout(s) */ |