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 9eef7da..e0f3238 100644 --- a/.repos/dwm/config.h +++ b/.repos/dwm/config.h @@ -33,7 +33,7 @@ static const Rule rules[] = { { "Signal", NULL, NULL, 1 << 7, 0, -1 }, { "discord", NULL, NULL, 1 << 7, 0, -1 }, { NULL, NULL, "WhatsApp", 1 << 7, 0, -1 }, - { NULL, NULL, "DISPATCH", 1 << 4, 0, -1 }, + { NULL, NULL, "DISPATCH", 1 << 2, 0, -1 }, }; /* layout(s) */ |