diff options
| author | brustybee <bee@4d2.org> | 2026-03-19 23:39:48 +0530 |
|---|---|---|
| committer | brustybee <bee@4d2.org> | 2026-03-19 23:39:48 +0530 |
| commit | f9142a5822a4f212a3031b932cbf51b2d50344a8 (patch) | |
| tree | e77663c8be81aa8d08b5bda5a5e249181b5aedb2 /common/modules/dwm/picom.nix | |
| parent | 6e709195b0d27903983e079c1c366bb7de0b753e (diff) | |
add thunderbird chnage window opacity and fix feh cmd
Diffstat (limited to 'common/modules/dwm/picom.nix')
| -rw-r--r-- | common/modules/dwm/picom.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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" |
