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:
@@ -14,7 +14,7 @@ windowrule {
|
|||||||
windowrule {
|
windowrule {
|
||||||
name = jetbrains-popup
|
name = jetbrains-popup
|
||||||
match:class = ^(jetbrains-.*)
|
match:class = ^(jetbrains-.*)
|
||||||
match:title = ^()$
|
match:title = ^(| )$
|
||||||
match:float = 1
|
match:float = 1
|
||||||
tag = +jetbrains
|
tag = +jetbrains
|
||||||
center = on
|
center = on
|
||||||
|
|||||||
Reference in New Issue
Block a user