diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index a9e3068..c53bc70 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -270,6 +270,12 @@ in "SUPER, mouse:272, movewindow" "SUPER, mouse:273, resizewindow" ]; + + windowrulev2 = [ + "workspace 4, class:(Zotero)" + "workspace 10, class:(spotify)" + "tile, class:(Godot)" + ]; }; }; }