From 427ef39f35618717d750fdf5a41c520bf995f2a1 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 24 May 2024 12:35:46 +0300 Subject: [PATCH] Fix moving xwaylandvideobridge by using initialclass instead of class --- modules/hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprland/hyprland.nix b/modules/hyprland/hyprland.nix index 88adc2a..14c6615 100644 --- a/modules/hyprland/hyprland.nix +++ b/modules/hyprland/hyprland.nix @@ -41,7 +41,7 @@ in desktopSystemConfiguration { monitor = [ ", preferred, auto, 1" ]; windowrule = [ "noinitialfocus" ]; - windowrulev2 = [ "workspace special silent, class:^(xwaylandvideobridge)$" ]; + windowrulev2 = [ "workspace special silent, initialclass:^(xwaylandvideobridge)$" ]; exec = [ "pkill swaybg; swaybg --image ${./wallpaper.png}" ];