fix pip rule for chromium browsers

This commit is contained in:
Sean Kovacs 2025-11-13 19:10:30 -05:00
commit 1b5af61002
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -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 = {