dwm: don't tile coord window

This commit is contained in:
Donovan Glover 2025-05-29 12:38:58 -04:00
parent 2199fbe04c
commit 59ee418882
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -76,6 +76,7 @@ in
static const Rule rules[] = {
{ "librewolf", NULL, NULL, 0, 1, -1 },
{ "coord", NULL, NULL, 0, 1, -1 },
};
static const float mfact = 0.55;