From c192c1782b50b9202b7dcda091f5512f9b253c07 Mon Sep 17 00:00:00 2001 From: Pablu Date: Tue, 27 Jan 2026 16:50:03 +0100 Subject: [PATCH] Fix hypr config --- .config/hypr/config/rules.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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]+)$