Fix Librewolf spawning on tag #3

master
meftimes 2025-05-14 18:54:11 -04:00
parent 075e67cbea
commit 7c3a053ce6
5 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ "FreeTube", NULL, NULL, 1 << 1, 0, 0, 0, -1 },
{ "LibreWolf", NULL, NULL, 1 << 2, 0, 0, 0, -1 },
{ "librewolf", NULL, NULL, 1 << 2, 0, 0, 0, -1 },
{ "Beeper", NULL, NULL, 1 << 3, 0, 0, 0, -1 },
{ "St", NULL, NULL, 0, 0, 1, 0, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */

BIN
drw.o

Binary file not shown.

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.

BIN
util.o

Binary file not shown.