From 5f2d12f9e7b015e491d446b4233a22c94536a1cf Mon Sep 17 00:00:00 2001 From: Alex Budkar Date: Sun, 8 Mar 2026 05:12:54 -0700 Subject: [PATCH] Update jetbrains.conf to capture find windows with singular space title (#4909) Some find windows like "find everywhere" has initial title that consists of a singular space. Update title matching expression to capture that case as well. --- default/hypr/apps/jetbrains.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/hypr/apps/jetbrains.conf b/default/hypr/apps/jetbrains.conf index 5b73bce4..822e676e 100644 --- a/default/hypr/apps/jetbrains.conf +++ b/default/hypr/apps/jetbrains.conf @@ -14,7 +14,7 @@ windowrule { windowrule { name = jetbrains-popup match:class = ^(jetbrains-.*) - match:title = ^()$ + match:title = ^(| )$ match:float = 1 tag = +jetbrains center = on