From eb38ad172794f4852c86eccf045d1c0f2db35d51 Mon Sep 17 00:00:00 2001 From: alexion Date: Wed, 22 Jul 2026 16:31:41 -0400 Subject: [PATCH] feat(desktop): shorten the layer fade-in animation Give layer surfaces their own near-instant fade-in (layersIn and fadeLayersIn), so the launcher and other overlays appear quicker than the windows they sit over. --- modules/desktop/hyprland/hyprland.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/desktop/hyprland/hyprland.nix b/modules/desktop/hyprland/hyprland.nix index 8908aad..15667cb 100644 --- a/modules/desktop/hyprland/hyprland.nix +++ b/modules/desktop/hyprland/hyprland.nix @@ -98,6 +98,9 @@ in animation = [ "windows, 1, 3, ease" "fade, 1, 3, ease" + # Layer surfaces like the launcher appear near-instantly. + "layersIn, 1, 1, ease" + "fadeLayersIn, 1, 1, ease" "workspaces, 1, 3, ease" "border, 1, 3, ease" ];