From f9142a5822a4f212a3031b932cbf51b2d50344a8 Mon Sep 17 00:00:00 2001 From: brustybee Date: Thu, 19 Mar 2026 23:39:48 +0530 Subject: add thunderbird chnage window opacity and fix feh cmd --- common/modules/dwm/picom.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/modules/dwm/picom.nix') diff --git a/common/modules/dwm/picom.nix b/common/modules/dwm/picom.nix index 8e7d4b5..b338df8 100644 --- a/common/modules/dwm/picom.nix +++ b/common/modules/dwm/picom.nix @@ -9,8 +9,8 @@ in backend = "glx"; vSync = true; - activeOpacity = if cfg.window.blur.enable then 0.90 else cfg.window.opacity.active; - inactiveOpacity = if cfg.window.blur.enable then 0.90 else cfg.window.opacity.inactive; + activeOpacity = if cfg.window.blur.enable then 0.82 else cfg.window.opacity.active; + inactiveOpacity = if cfg.window.blur.enable then 0.82 else cfg.window.opacity.inactive; opacityRules = [ "100:fullscreen" -- cgit v1.3.1