3 lines
157 B
Lua
3 lines
157 B
Lua
-- Keep the menu instant: no layer-shell fade/slide animation.
|
|
hl.layer_rule({ match = { namespace = "omarchy-menu" }, no_anim = true, animation = "none" })
|