From a427584b21e48430e9df3f639c914a0a5739f087 Mon Sep 17 00:00:00 2001 From: Alberson Miranda Date: Wed, 10 Dec 2025 10:55:44 -0300 Subject: chore: organize VSCode opacity --- config/hypr/configs/WindowRules.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'config/hypr/configs/WindowRules.conf') diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf index f02c5d29..d1fb9315 100644 --- a/config/hypr/configs/WindowRules.conf +++ b/config/hypr/configs/WindowRules.conf @@ -34,7 +34,7 @@ windowrule = tag +email, class:^(eu.betterbird.Betterbird)$ # project tags windowrule = tag +projects, class:^(codium|codium-url-handler|VSCodium)$ -windowrule = tag +projects, class:^(VSCode|code-url-handler)$ +windowrule = tag +projects, class:^(VSCode|code|code-url-handler)$ windowrule = tag +projects, class:^(jetbrains-.+)$ # JetBrains IDEs # screenshare tags @@ -180,7 +180,6 @@ windowrule = opacity 0.8 0.7, class:^(gedit|org.gnome.TextEditor|mousepad)$ windowrule = opacity 0.9 0.8, class:^(deluge)$ windowrule = opacity 0.9 0.8, class:^(seahorse)$ # gnome-keyring gui windowrule = opacity 0.95 0.75, title:^(Picture-in-Picture)$ -windowrule = opacity 0.9,class:^(code)$ # SIZE windowrule = size 65% 90%, tag:KooL_Cheat* @@ -208,9 +207,6 @@ windowrule = fullscreen, tag:games* windowrule = noinitialfocus, class:^(jetbrains-*) windowrule = noinitialfocus, title:^(wind.*)$ -#This will gonna make the VS Code bluer like other apps -windowrule = 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