From c6da731f145da72f1043f0c5bcde4842b43c7f9f Mon Sep 17 00:00:00 2001 From: Vighnesh Shukla Date: Tue, 23 Sep 2025 20:45:49 +0530 Subject: Made few tweaks to make the windows to stop the constant changes in the focus of the Jetbrains Softwares --- config/hypr/UserConfigs/WindowRules.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config/hypr/UserConfigs') diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index e5fd11b9..baa6d29a 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -202,6 +202,14 @@ windowrule = keepaspectratio, title:^(Picture-in-Picture)$ windowrule = noblur, tag:games* windowrule = fullscreen, tag:games* + +#This not gonna take the focus to the window that appears when hovering over some of the parts of the IntelliJ Products +windowrule = noinitialfocus, class:^(jetbrains-*) +windowrule = noinitialfocus, title:^(wind.*)$ + +#This will gonna make the VS Code bluer like other apps +windowrule2 = opacity 0.8,class:^(code)$ + #windowrule = bordercolor rgb(EE4B55) rgb(880808), fullscreen:1 #windowrule = bordercolor rgb(282737) rgb(1E1D2D), floating:1 #windowrule = opacity 0.8 0.8, pinned:1 -- cgit v1.2.3 From 93defad110bc12ffb18508ab1fb6f1b26875ea05 Mon Sep 17 00:00:00 2001 From: Donald Williams <129223418+dwilliam62@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:42:26 -0400 Subject: Update WindowRules.conf Fixed windowrule2 syntax error --- config/hypr/UserConfigs/WindowRules.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr/UserConfigs') diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf index baa6d29a..16dc48a5 100644 --- a/config/hypr/UserConfigs/WindowRules.conf +++ b/config/hypr/UserConfigs/WindowRules.conf @@ -208,7 +208,7 @@ windowrule = noinitialfocus, class:^(jetbrains-*) windowrule = noinitialfocus, title:^(wind.*)$ #This will gonna make the VS Code bluer like other apps -windowrule2 = opacity 0.8,class:^(code)$ +windowrule = opacity 0.8,class:^(code)$ #windowrule = bordercolor rgb(EE4B55) rgb(880808), fullscreen:1 #windowrule = bordercolor rgb(282737) rgb(1E1D2D), floating:1 -- cgit v1.2.3