Fix Librewolf spawning on tag #3
parent
075e67cbea
commit
7c3a053ce6
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue