[dwm] Actually fix swallow

For some reason, last fix worked temporarily then broke
This commit is contained in:
dogeystamp 2021-04-12 19:05:47 -04:00
parent 252e89fe65
commit 31ae26518b

View File

@ -46,7 +46,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ "Firefox", NULL, NULL, 1 << 8, 0, 0, -1, -1 },
{ "st", NULL, NULL, 0, 0, 1, 1, -1 },
{ NULL, NULL, "st", 0, 0, 1, 1, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
};