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.
This commit is contained in:
Alex Budkar
2026-03-08 13:12:54 +01:00
committed by GitHub
parent 3aff0017a1
commit 5f2d12f9e7
+1 -1
View File
@@ -14,7 +14,7 @@ windowrule {
windowrule {
name = jetbrains-popup
match:class = ^(jetbrains-.*)
match:title = ^()$
match:title = ^(| )$
match:float = 1
tag = +jetbrains
center = on