diff --git a/homes/julian/features/hyprland/default.nix b/homes/julian/features/hyprland/default.nix index b67def8..f616da4 100644 --- a/homes/julian/features/hyprland/default.nix +++ b/homes/julian/features/hyprland/default.nix @@ -183,6 +183,16 @@ in { }; }; + # Disable animations for selection, fixes screenshots + extraConfig = '' + # layerrule { + # name = no_anim_for_selection + # no_anim = on + # match:namespace = selection + # } + layerrule = noanim, selection + ''; + settings = { "$mod" = "SUPER";