This commit is contained in:
David Heinemeier Hansson
2026-05-17 11:04:41 +02:00
parent df9f5c84e7
commit 2918b4fd33
+2 -1
View File
@@ -5,8 +5,9 @@
-- Keep the menu instant: no layer-shell fade/slide animation.
hl.layer_rule({ match = { namespace = "omarchy-menu" }, no_anim = true, animation = "none" })
-- Image selector overlay should also pop without animation.
-- Image selector and emoji picker overlays should also pop without animation.
hl.layer_rule({ match = { namespace = "omarchy-image-selector" }, no_anim = true, animation = "none" })
hl.layer_rule({ match = { namespace = "omarchy-emoji-picker" }, no_anim = true, animation = "none" })
-- Bar settings floats centered with a sensible default size instead of
-- tiling — it's a transient dialog, not a workspace surface.