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,