From 5cf2eda008acff4019370a09d7d67ffdccb0d36a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 29 Apr 2026 13:29:42 -0700 Subject: [PATCH] hyprland: animate ghostty dropdown --- dotfiles/config/hypr/hyprland.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/config/hypr/hyprland.lua b/dotfiles/config/hypr/hyprland.lua index fbfefde7..cc818dd2 100644 --- a/dotfiles/config/hypr/hyprland.lua +++ b/dotfiles/config/hypr/hyprland.lua @@ -1464,6 +1464,10 @@ local function apply_rules() hl.window_rule({ match = { title = "^(Open File)$" }, float = true }) hl.window_rule({ match = { title = "^(Save File)$" }, float = true }) hl.window_rule({ match = { title = "^(Confirm)$" }, float = true }) + hl.window_rule({ + match = { class = "^(com\\.mitchellh\\.ghostty\\.dropdown)$" }, + animation = "slide top", + }) hl.window_rule({ match = { class = "^(.*[Rr]umno.*)$" }, float = true,