From 109d17b95bbaf79f89ab69df227a0488256cd8a2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 19 May 2026 21:53:57 +0200 Subject: [PATCH] One rule --- default/hypr/apps/omarchy-shell.lua | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/default/hypr/apps/omarchy-shell.lua b/default/hypr/apps/omarchy-shell.lua index 1b646da0..762169df 100644 --- a/default/hypr/apps/omarchy-shell.lua +++ b/default/hypr/apps/omarchy-shell.lua @@ -14,9 +14,12 @@ hl.layer_rule({ match = { namespace = "omarchy-clipboard-picker" }, no_anim = tr -- Bar settings floats centered with a sensible default size instead of -- tiling — it's a transient dialog, not a workspace surface. -hl.window_rule({ match = { class = "^org.quickshell$", title = "^Omarchy Bar Settings$" }, float = true }) -hl.window_rule({ match = { class = "^org.quickshell$", title = "^Omarchy Bar Settings$" }, center = true }) -hl.window_rule({ match = { class = "^org.quickshell$", title = "^Omarchy Bar Settings$" }, size = { 760, 620 } }) +hl.window_rule({ + match = { class = "^org.quickshell$", title = "^Omarchy Bar Settings$" }, + float = true, + center = true, + size = { 760, 620 }, +}) -- Dev gallery is the main shell workbench; open it maximized like -- SUPER+ALT+F so component previews have the whole workspace.