From 1b5af61002f668367bc35a0cf19dc2f1cea1eda1 Mon Sep 17 00:00:00 2001 From: Sean Kovacs Date: Thu, 13 Nov 2025 19:10:30 -0500 Subject: [PATCH] fix pip rule for chromium browsers --- home/kde/plasma.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/kde/plasma.nix b/home/kde/plasma.nix index 8775d4a..6cabbf6 100644 --- a/home/kde/plasma.nix +++ b/home/kde/plasma.nix @@ -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 = {