From 8424718d1bd58ed50df70447d74ad743d182a8a2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 17 May 2026 22:12:18 +0200 Subject: [PATCH] No animations on bar location changes --- default/hypr/apps/omarchy-shell.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default/hypr/apps/omarchy-shell.lua b/default/hypr/apps/omarchy-shell.lua index c4886398..e947f389 100644 --- a/default/hypr/apps/omarchy-shell.lua +++ b/default/hypr/apps/omarchy-shell.lua @@ -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.