fix pip rule for chromium browsers
This commit is contained in:
parent
a7a25b1d7b
commit
1b5af61002
1 changed files with 3 additions and 3 deletions
|
|
@ -72,15 +72,15 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
description = "Firefox Picture-in-Picture";
|
description = "Picture-in-Picture";
|
||||||
match = {
|
match = {
|
||||||
window-class = {
|
window-class = {
|
||||||
value = "";
|
value = "";
|
||||||
type = "substring";
|
type = "substring";
|
||||||
};
|
};
|
||||||
title = {
|
title = {
|
||||||
value = "Picture-in-Picture";
|
value = "(?i)picture[- ]in[- ]picture";
|
||||||
type = "exact";
|
type = "regex";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
apply = {
|
apply = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue