From fc9f2f7db57402d7918d7138148ba42f2a959f8f Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 4 Jan 2025 11:21:45 -0800 Subject: [PATCH] feat(home): Disable inactive blurring altogether --- modules/home/services/picom/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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'" ];