From 02ca511668a506e76514f578c32765ab1d45a675 Mon Sep 17 00:00:00 2001 From: zackartz Date: Sun, 21 Apr 2024 16:31:09 -0400 Subject: [PATCH] 442 current 2024-04-21 16:31:07 24.05.20240421.a8a8401 6.8.6-zen1 * --- modules/home-manager/default.nix | 2 +- modules/rice/hyprland/rules.nix | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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)$" ]; }; }