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