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}" ];