From e20be05f62f3a1adc9dfa532c6be50ef9f367f24 Mon Sep 17 00:00:00 2001 From: 0xTux <0xtux@pm.me> Date: Tue, 9 Jan 2024 11:08:01 +0530 Subject: [PATCH] add window opacity --- modules/home-manager/picom/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/home-manager/picom/default.nix b/modules/home-manager/picom/default.nix index 0e6e14f..f68ad61 100644 --- a/modules/home-manager/picom/default.nix +++ b/modules/home-manager/picom/default.nix @@ -33,6 +33,10 @@ animation-for-next-tag = "slide-right"; enable-fading-next-tag = true; + active-opacity = 0.95; + inactive-opacity = 0.95; + opacity-rule = [ "100:class_g = 'firefox'" ]; + shadow = false; shadow-radius = 20; shadow-offset-x = -20;