From 4108cce1a4333895ee92bb8343befb732767e6c5 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 23 Jul 2025 23:46:24 +0200 Subject: [PATCH] add vscode opacity --- .config/hypr/config/windowrules.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/hypr/config/windowrules.conf b/.config/hypr/config/windowrules.conf index 878fea6..4138890 100644 --- a/.config/hypr/config/windowrules.conf +++ b/.config/hypr/config/windowrules.conf @@ -33,6 +33,7 @@ windowrule = pin, title:^(danmufloat)$ windowrule = rounding 5, title:^(danmufloat|termfloat)$ windowrule = animation slide right, class:^(kitty|Alacritty)$ windowrule = noblur, class:^(org.mozilla.firefox)$ +windowrule = opacity 0.8, class:Code # Decorations related to floating windows on workspaces 1 to 10 windowrule = bordersize 2, floating:1, onworkspace:w[fv1-10] windowrule = bordercolor $color4, floating:1, onworkspace:w[fv1-10]