diff --git a/modules/home-manager/hyprland.nix b/modules/home-manager/hyprland.nix index 646f531..b09e493 100644 --- a/modules/home-manager/hyprland.nix +++ b/modules/home-manager/hyprland.nix @@ -243,6 +243,9 @@ # Allow tearing for sifu "immediate, class:^(steam_app_2138710)$" + + # Make workspace 6 a floating layout + "float, workspace:6" ]; }; };