diff options
| -rw-r--r-- | config/hypr/configs/WindowRules-config-v3.conf | 6 |
1 files changed, 1 insertions, 5 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 |
