We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d85f0 commit cf6c553Copy full SHA for cf6c553
βConfigs/.config/hypr/windowrules.confβ
@@ -116,6 +116,9 @@ windowrule = float, title:^(Library)(.*)$
116
windowrule = float,class:^(.*dialog.*)$
117
windowrule = float,title:^(.*dialog.*)$
118
119
+# workaround for jetbrains IDEs dropdowns/popups cause flickering
120
+windowrule = noinitialfocus,class:^(.*jetbrains.*)$,title:^(win[0-9]+)$
121
+
122
# ββββββββββββββββββββ βββββββββββββββββββ
123
# ββββββββββββββββββββ βββββββββββββββββββ
124
0 commit comments