From bdc42f1ab1e71feac4ee80493a594e61599cde0e Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 12 May 2026 23:32:48 -0700 Subject: [PATCH] hyprland: slow dropdown animation --- dotfiles/config/hypr/hyprland/scratchpads.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/config/hypr/hyprland/scratchpads.lua b/dotfiles/config/hypr/hyprland/scratchpads.lua index 7b118aed..f916e4c3 100644 --- a/dotfiles/config/hypr/hyprland/scratchpads.lua +++ b/dotfiles/config/hypr/hyprland/scratchpads.lua @@ -5,8 +5,8 @@ function M.setup(ctx) scratchpad_size_ratio = 0.95 dropdown_height_ratio = 0.5 - dropdown_animation_frames = 10 - dropdown_animation_frame_ms = 12 + dropdown_animation_frames = 18 + dropdown_animation_frame_ms = 16 scratchpad_pending = {} monitor_reserved_cache_path = (os.getenv("XDG_RUNTIME_DIR") or "/tmp") .. "/hyprland-monitor-reserved.tsv" scratchpad_fallback_reserved_top = 60