diff --git a/modules/home/services/picom/default.nix b/modules/home/services/picom/default.nix index 8b97d84..821b9da 100644 --- a/modules/home/services/picom/default.nix +++ b/modules/home/services/picom/default.nix @@ -40,14 +40,12 @@ in { fade-out-step = 0.03; # Transparency / Opacity - - - - - - - - - - - - - - - - - - - - - - - - inactive-opacity = 0.7; + inactive-opacity = 0.9; active-opacity = 0.9; frame-opacity = 0.7; inactive-opacity-override = false; focus-exclude = [ "class_g = 'Cairo-clock'" ]; opacity-rule = [ - "100:class_g = 'firefox'", - "100:class_g = 'zen-alpha'", "60:class_g = 'dolphin'", "50:class_g = 'cava'" ];