From af433403359330f12cab02b4e8e67b77c09de140 Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas Date: Sun, 10 Aug 2025 00:11:17 +0530 Subject: [PATCH] disable anims for popups --- .config/hypr/hyprland.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2a765bf..0f1c63d 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -131,6 +131,7 @@ animations { animation = fadeIn, 1, 1.73, almostLinear animation = fadeOut, 1, 1.46, almostLinear animation = fade, 1, 3.03, quick + animation = fadePopups, 0 animation = layers, 1, 3.81, easeOutQuint animation = layersIn, 1, 4, easeOutQuint, popin 80% animation = layersOut, 1, 1.5, linear, popin 80%