diff --git a/.config/hypr/config/rules.conf b/.config/hypr/config/rules.conf index 960c0f4..fe0b7f4 100644 --- a/.config/hypr/config/rules.conf +++ b/.config/hypr/config/rules.conf @@ -1,4 +1,4 @@ -windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. +# windowrule = suppress_event maximize, class:.* # You'll probably like this. # Workspace rules workspace=1,monitor:DP-4,default:true,persistent:true @@ -25,3 +25,6 @@ windowrule = allows_input on, match:class discord windowrule = monitor DP-2, match:class discord windowrule = no_initial_focus on, match:initial_class steam windowrule = monitor DP-2, match:initial_class steam + +windowrule = float on, match:class ^(jetbrains-.*)$, match:title ^(win[0-9]+)$ +windowrule = no_focus on, match:class ^(jetbrains-.*)$, match:title ^(win[0-9]+)$