mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
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" })
|