From 798d35a538bb2bc9c01ec973445afe72042c1035 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 14 May 2026 12:28:05 +0200 Subject: [PATCH] hl: remove that whatever jetbrains windowrule (fixes #3324) --- dots/.config/hypr/hyprland/rules.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/dots/.config/hypr/hyprland/rules.lua b/dots/.config/hypr/hyprland/rules.lua index ed80b0082..14611d5a6 100644 --- a/dots/.config/hypr/hyprland/rules.lua +++ b/dots/.config/hypr/hyprland/rules.lua @@ -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})