hyprland: animate ghostty dropdown
This commit is contained in:
@@ -1464,6 +1464,10 @@ local function apply_rules()
|
|||||||
hl.window_rule({ match = { title = "^(Open File)$" }, float = true })
|
hl.window_rule({ match = { title = "^(Open File)$" }, float = true })
|
||||||
hl.window_rule({ match = { title = "^(Save File)$" }, float = true })
|
hl.window_rule({ match = { title = "^(Save File)$" }, float = true })
|
||||||
hl.window_rule({ match = { title = "^(Confirm)$" }, 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({
|
hl.window_rule({
|
||||||
match = { class = "^(.*[Rr]umno.*)$" },
|
match = { class = "^(.*[Rr]umno.*)$" },
|
||||||
float = true,
|
float = true,
|
||||||
|
|||||||
Reference in New Issue
Block a user