diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 38ae0b9..9470305 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -90,7 +90,7 @@ pkgs.hyprshot pkgs.jetbrains.idea-community pkgs.jetbrains.datagrip - + pkgs.xwaylandvideobridge pkgs.ungoogled-chromium pkgs.google-chrome # fuck diff --git a/modules/rice/hyprland/rules.nix b/modules/rice/hyprland/rules.nix index 7c50abf..933cb76 100644 --- a/modules/rice/hyprland/rules.nix +++ b/modules/rice/hyprland/rules.nix @@ -39,6 +39,11 @@ "workspace 2, title:^(thunderbird)$" "workspace 4, title:^(.*(Disc|WebC)ord.*)$" "workspace 2, class:^(firefox)$" + "opacity 0.0 override,class:^(xwaylandvideobridge)$" + "noanim,class:^(xwaylandvideobridge)$" + "noinitialfocus,class:^(xwaylandvideobridge)$" + "maxsize 1 1,class:^(xwaylandvideobridge)$" + "noblur,class:^(xwaylandvideobridge)$" ]; }; }