From cce109e79d6b74f6c38ede976ce6da9795572695 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 20 Dec 2024 10:40:28 -0600 Subject: [PATCH] Update xwaylandvideobridge windowrules --- modules/home-manager/hyprland.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index cc1e088..37a1817 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -289,11 +289,12 @@ in { windowrulev2 = tile,class:^.*([Kk]itty|[Ff]irefox|[Ww]ezterm|[Dd]iscord|[Ss]potify|[Ss]lack).*$ windowrulev2 = opacity 1.0 0.95,class:^.*$ - windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$ - windowrulev2 = noanim,class:^(xwaylandvideobridge)$ - windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$ - windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$ - windowrulev2 = noblur,class:^(xwaylandvideobridge)$ + windowrulev2 = opacity 0.0 override, class:^(xwaylandvideobridge)$ + windowrulev2 = noanim, class:^(xwaylandvideobridge)$ + windowrulev2 = noinitialfocus, class:^(xwaylandvideobridge)$ + windowrulev2 = maxsize 1 1, class:^(xwaylandvideobridge)$ + windowrulev2 = noblur, class:^(xwaylandvideobridge)$ + windowrulev2 = nofocus, class:^(xwaylandvideobridge)$ ''; }; }