Show firefox pip window on all tags

This commit is contained in:
pgrondek 2020-06-01 00:55:43 +02:00
parent 2ded22419e
commit f490c2d1b2

View File

@ -32,7 +32,8 @@ static const Rule rules[] = {
* WM_NAME(STRING) = title * WM_NAME(STRING) = title
*/ */
/* class instance title tags mask isfloating monitor */ /* class instance title tags mask isfloating monitor */
{ "Virt-viewer", NULL, NULL, 1 << 8, 0, -1 }, { "Virt-viewer", NULL, NULL, 1 << 8, 0, -1 },
{ "Firefox", "Toolkit", "Picture-in-Picture", (1 << 9) - 1 , 0, -1 }
}; };
/* layout(s) */ /* layout(s) */