From 760540ce1357b0cb753164e7ac95f54daaba5734 Mon Sep 17 00:00:00 2001 From: stitchy Date: Tue, 25 Nov 2025 03:04:14 -0800 Subject: [PATCH] refactor(hyprland): window opacity to dimming Change made because it makes it easier to read non-active tabs for multimonitor --- config/hypr/hyprland.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 8826903..2392ab8 100755 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -59,7 +59,8 @@ decoration { # Other rounding=15 - inactive_opacity=.8 + dim_inactive=true + dim_strength=.2 fullscreen_opacity=1 multiplier }