hl: remove that whatever jetbrains windowrule (fixes #3324)

This commit is contained in:
end-4
2026-05-14 12:28:05 +02:00
parent 7d5ce9a793
commit 798d35a538
-3
View File
@@ -77,9 +77,6 @@ hl.window_rule({match = {title = ".*\\.exe" }, immediate = true})
hl.window_rule({match = {title = ".*minecraft.*" }, immediate = true})
hl.window_rule({match = {class = "^(steam_app).*" }, immediate = true})
-- Fix Jetbrain IDEs focus/rerendering problem
hl.window_rule({match = {class = "^jetbrains-.*$", float = 1, title = "^$|^\\s$|^win\\d+$" }, no_initial_focus = true})
-- No shadow for tiled windows
hl.window_rule({match = {float = 0 }, no_shadow = true})