diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-12-10 11:31:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-10 11:31:01 -0500 |
| commit | 54231738d590070255101c25bdbebd60f6a59350 (patch) | |
| tree | 0462ef3bad7882637c4076fa92810154f2e11179 | |
| parent | c1c45e429604fe84d16d9c48f27c849ac4e88690 (diff) | |
| parent | 873c3d6d4a389e9e662c6d8161287e3352b6a63a (diff) | |
Merge pull request #880 from albersonmiranda/code-opacity
chore: Organize VSCode opacity configs
| -rw-r--r-- | config/hypr/configs/WindowRules-config-v3.conf | 6 | ||||
| -rw-r--r-- | config/hypr/configs/WindowRules.conf | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/config/hypr/configs/WindowRules-config-v3.conf b/config/hypr/configs/WindowRules-config-v3.conf index fa62b316..c4a8a624 100644 --- a/config/hypr/configs/WindowRules-config-v3.conf +++ b/config/hypr/configs/WindowRules-config-v3.conf @@ -28,7 +28,7 @@ windowrule = match:class ^([Tt]hunderbird|org.gnome.Evolution)$, tag +email windowrule = match:class ^(eu.betterbird.Betterbird)$, tag +email windowrule = match:class ^(codium|codium-url-handler|VSCodium)$, tag +projects -windowrule = match:class ^(VSCode|code-url-handler)$, tag +projects +windowrule = match:class ^(VSCode|code|code-url-handler)$, tag +projects windowrule = match:class ^(jetbrains-.+)$ # JetBrains IDEs, tag +projects windowrule = match:class ^(com.obsproject.Studio)$, tag +screenshare @@ -156,7 +156,6 @@ windowrule = match:class ^(gedit|org.gnome.TextEditor|mousepad)$, opacity 0.8 0. windowrule = match:class ^(deluge)$, opacity 0.9 0.8 windowrule = match:class ^(seahorse)$ # gnome-keyring gui, opacity 0.9 0.8 windowrule = match:title ^(Picture-in-Picture)$, opacity 0.95 0.75 -windowrule = match:class ^(code)$, opacity 0.9 # SIZE windowrule = match:tag KooL_Cheat*, size 65% 90% @@ -183,9 +182,6 @@ windowrule = match:tag games*, fullscreen windowrule = match:class ^(jetbrains-*), noinitialfocus windowrule = match:title ^(wind.*)$, noinitialfocus -#This will gonna make the VS Code bluer like other apps -windowrule = match:class ^(code)$, opacity 0.8 - #windowrule = bordercolor rgb(EE4B55) rgb(880808), fullscreen:1 #windowrule = bordercolor rgb(282737) rgb(1E1D2D), floating:1 #windowrule = opacity 0.8 0.8, pinned:1 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 |
