diff --git a/modules/hyprland/style.nix b/modules/hyprland/style.nix index ff6536d9..5c8098e3 100644 --- a/modules/hyprland/style.nix +++ b/modules/hyprland/style.nix @@ -26,6 +26,10 @@ in { "float,title:^(Open File)$" ]; + layerrule = [ + "noanim, selection" + ]; + # This file should only be used for theming source = ["${configDir}/hypr/main.conf"]; };