From 0d5d88defe80265623405aadf5f4f9417eb91c5e Mon Sep 17 00:00:00 2001 From: joelmathewthomas Date: Mon, 2 Mar 2026 23:03:16 +0530 Subject: [PATCH] enable fade popups --- .config/hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 39d5285..bd23cd9 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -144,7 +144,7 @@ animations { animation = layersOut, 1, 1.5, linear, popin 80% animation = fadeLayersIn, 1, 1.79, almostLinear animation = fadeLayersOut, 1, 1.39, almostLinear - animation = fadePopups, 0 + #animation = fadePopups, 0 animation = workspaces, 1, 5, easeInOutCubic, slide animation = specialWorkspace, 1, 3, easeInOutCubic, fade }