From 114a0c48f3c5571898849b5a52a26dcecb69d86e Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 30 Nov 2024 12:19:10 +0100 Subject: [PATCH] Hyprland: better window rules --- modules/hm/hyprland.nix | 6 ++++++ 1 file changed, 6 insertions(+) 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)" + ]; }; }; }