Work setup.

This commit is contained in:
Bartek Stalewski 2022-02-01 18:40:53 +01:00
parent 631f2360fb
commit aa3c93b943
3 changed files with 7 additions and 4 deletions

View file

@ -47,7 +47,7 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ NULL, NULL, "st", 0, 0, 1, 0, -1 },
{ "Firefox", NULL, NULL, 2, 0, 0, 0, -1 },
{ "Firefox", NULL, NULL, 1 << 9, 0, 0, 0, -1 },
{ "LibreWolf", NULL, NULL, 2, 0, 0, 0, -1 },
{ "qutebrowser", NULL, NULL, 2, 0, 0, 0, -1 },
{ "Ferdi", NULL, NULL, 1 << 2, 0, 0, 0, -1 },