Yet another qutebrowser try.

This commit is contained in:
Bartek Stalewski 2021-09-24 23:59:12 +02:00
parent 4193dd857a
commit 437667c910
2 changed files with 2 additions and 1 deletions

View file

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