Work setup.

This commit is contained in:
Bartek Stalewski 2022-02-02 18:01:06 +01:00
parent 07d263e538
commit 5caebc8c07
4 changed files with 7 additions and 7 deletions

View file

@ -47,14 +47,14 @@ static const Rule rules[] = {
*/
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ NULL, NULL, "st", 0, 0, 1, 0, -1 },
{ "Firefox", NULL, NULL, 1 << 9, 0, 0, 0, -1 },
{ "LibreWolf", NULL, NULL, 2, 0, 0, 0, -1 },
{ "Firefox", NULL, NULL, 2, 0, 0, 0, -1 },
{ "qutebrowser", NULL, NULL, 2, 0, 0, 0, -1 },
{ "Ferdi", NULL, NULL, 1 << 2, 0, 0, 0, -1 },
{ "Signal", NULL, NULL, 1 << 2, 0, 0, 0, -1 },
{ "discord", NULL, NULL, 1 << 2, 0, 0, 0, -1 },
{ NULL, "mutt", NULL, 1 << 3, 0, 1, 1, -1 },
{ NULL, "f_work", NULL, 1 << 8, 0, 1, 1, -1 },
{ "LibreWolf", NULL, NULL, 1 << 9, 0, 0, 0, -1 },
{ NULL, NULL, "Event Tester", 0, 0, 0, 1, -1 }, /* xev */
{ NULL, "spterm", NULL, SPTAG(0), 1, 1, 0, -1 },
};