From bf397ca5007ff054048cd3973d08234ea9260f4b Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Fri, 21 Jun 2024 09:40:59 -0300 Subject: [PATCH] fix(home/hyprland): fix screenshot animations --- home/gabriel/features/desktop/hyprland/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/gabriel/features/desktop/hyprland/default.nix b/home/gabriel/features/desktop/hyprland/default.nix index 0cb7e0de..ace4e10a 100644 --- a/home/gabriel/features/desktop/hyprland/default.nix +++ b/home/gabriel/features/desktop/hyprland/default.nix @@ -95,13 +95,19 @@ "suppressevent fullscreen, ${kdeconnect-pointer}" ]; layerrule = [ + "animation fade,hyprpicker" + "animation fade,selection" + "animation fade,waybar" "blur,waybar" "ignorezero,waybar" + "blur,notifications" "ignorezero,notifications" + "blur,wofi" "ignorezero,wofi" + "noanim,wallpaper" ];