From 682e0f962e5eff554d24be23d419198501d3c5cd Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 24 Jul 2025 00:39:19 +0200 Subject: [PATCH] fixes opacity --- .config/hypr/config/windowrules.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/hypr/config/windowrules.conf b/.config/hypr/config/windowrules.conf index 4138890..1e679c3 100644 --- a/.config/hypr/config/windowrules.conf +++ b/.config/hypr/config/windowrules.conf @@ -33,7 +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 +windowrule = opacity 0.88, 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] @@ -41,6 +41,7 @@ windowrule = rounding 8, floating:1, onworkspace:w[fv1-10] # Decorations related to tiling windows on workspaces 1 to 10 windowrule = bordersize 3, floating:0, onworkspace:f[1-10] windowrule = rounding 4, floating:0, onworkspace:f[1-10] +windowrule = opacity 0.9, title:^(.+nvim$) # Windows Rules End # # Workspaces Rules https://wiki.hyprland.org/0.45.0/Configuring/Workspace-Rules/ #