From 24f04e7649e55c8ca0df6f05c40b29302a0913dc Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Sat, 13 Jan 2024 19:07:14 -0300 Subject: [PATCH] fix: picture-in-picture on librewolf --- modules/home-manager/programs/hyprland.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/programs/hyprland.nix b/modules/home-manager/programs/hyprland.nix index 58c9d41..5f1c8f5 100644 --- a/modules/home-manager/programs/hyprland.nix +++ b/modules/home-manager/programs/hyprland.nix @@ -183,6 +183,8 @@ in { "title:^(Picture-in-Picture)$,class:^(firefox)$" = firefoxPipRules; "title:^(Firefox)$,class:^(firefox)$" = firefoxPipRules; + "title:^(Picture-in-Picture)$,class:^(librewolf)$" = firefoxPipRules; + "title:^(LibreWolf)$,class:^(librewolf)$" = firefoxPipRules; "class:^(xwaylandvideobridge)$" = [ "opacity 0.0 override 0.0 override" "noanim"