From 2918b4fd33762fbb90f011edaaf63f056cbd49bc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 17 May 2026 11:04:41 +0200 Subject: [PATCH] Instant --- 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 465430f0..c4886398 100644 --- a/default/hypr/apps/omarchy-shell.lua +++ b/default/hypr/apps/omarchy-shell.lua @@ -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.