From be5e9cce0735ebf484a6a32107dc1b5a299d3bce Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Mon, 13 Apr 2026 08:25:30 +0200 Subject: [PATCH] Fix screenshots on hyprland --- homes/julian/features/hyprland/default.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) 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";