fix pip rule for chromium browsers

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

View file

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