forked from Shinonome/dots-hyprland
hl: remove that whatever jetbrains windowrule (fixes #3324)
This commit is contained in:
@@ -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})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user