Fix screenshots on hyprland
Update Nix Flake / update-flake (push) Failing after 12s

This commit is contained in:
2026-04-13 08:25:30 +02:00
parent 0eddfbef58
commit be5e9cce07
@@ -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";