From 644732511485339b3f73359323a0c8fb6e4c020b Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Wed, 21 Jan 2026 10:33:25 -0500 Subject: fix screenshot artifacts --- home/desktops/hyprland/settings.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/desktops/hyprland/settings.nix b/home/desktops/hyprland/settings.nix index d285b04..5458dc8 100644 --- a/home/desktops/hyprland/settings.nix +++ b/home/desktops/hyprland/settings.nix @@ -111,6 +111,7 @@ # Layer rules layerrule = [ + # fix weird borders "blur true, match:namespace wofi" "ignore_alpha 0, match:namespace wofi" "blur true, match:namespace notificaations" @@ -119,6 +120,9 @@ "ignore_alpha 0, match:namespace swaync-notification-window" "blur true, match:namespace swaync-control-center" "ignore_alpha 0, match:namespace swaync-control-center" + + # dont animate slurp + "no_anim true, match:namespace selection" ]; # XWayland -- cgit v1.2.3-freya