Show firefox pip window on all tags
This commit is contained in:
parent
2ded22419e
commit
f490c2d1b2
3
config.h
3
config.h
@ -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) */
|
||||||
|
Loading…
Reference in New Issue
Block a user