Still in love with qutebrowser...

This commit is contained in:
Bartek Stalewski 2021-08-22 23:08:07 +02:00
parent 73862c161f
commit 9aa99829fb
2 changed files with 4 additions and 3 deletions

View file

@ -45,9 +45,10 @@ static const Rule rules[] = {
* WM_CLASS(STRING) = instance, class
* WM_NAME(STRING) = title
*/
/* class instance title tags mask isfloating isterminal noswallow monitor */
/* class instance title tags mask isfloating isterminal noswallow monitor */
{ NULL, NULL, "st", 0, 0, 1, 0, -1 },
{ "Chromium-browser", NULL, NULL, 2, 0, 0, 0, -1 },
{ "qutebrowser", NULL, NULL, 2, 0, 0, 0, -1 },
{ "Chromium", NULL, NULL, 2, 0, 0, 0, -1 },
{ "Ferdi" , NULL, NULL, 1 << 2, 0, 0, 0, -1 },
{ NULL, "mutt", NULL, 1 << 3, 0, 1, 1, -1 },
{ NULL, "nnn", NULL, 1 << 4, 0, 1, 1, -1 },