From 33530ac1ed2f0663da3206ce1a50c09800c2bf7e Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L. de Mello" Date: Mon, 15 Jan 2024 14:40:52 -0300 Subject: [PATCH] revert: picture-in-picture in librewolf --- modules/home-manager/programs/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home-manager/programs/hyprland.nix b/modules/home-manager/programs/hyprland.nix index d89c460..0902bf4 100644 --- a/modules/home-manager/programs/hyprland.nix +++ b/modules/home-manager/programs/hyprland.nix @@ -187,8 +187,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; + # "title:^(Picture-in-Picture)$,class:^(librewolf)$" = firefoxPipRules; + # "title:^(LibreWolf)$,class:^(librewolf)$" = firefoxPipRules; "class:^(xwaylandvideobridge)$" = [ "opacity 0.0 override 0.0 override" "noanim"