No animations on bar location changes

This commit is contained in:
David Heinemeier Hansson
2026-05-18 13:56:26 +02:00
parent ae17436089
commit 8424718d1b
+2 -1
View File
@@ -2,7 +2,8 @@
-- shell-wide bar / menu / popouts are layer-shell; the bar settings panel
-- is a regular Hyprland window via Quickshell's FloatingWindow.
-- Keep the menu instant: no layer-shell fade/slide animation.
-- Keep the bar and menu instant: no layer-shell fade/slide animation.
hl.layer_rule({ match = { namespace = "omarchy-bar" }, no_anim = true, animation = "none" })
hl.layer_rule({ match = { namespace = "omarchy-menu" }, no_anim = true, animation = "none" })
-- Image selector and emoji picker overlays should also pop without animation.