From 7cbd625d890f1fe0ed5d952b8d5b5a77fa60b945 Mon Sep 17 00:00:00 2001 From: Thek4n Date: Tue, 21 Nov 2023 13:22:57 +0300 Subject: [PATCH] fix picom opacity --- home/user/.config/picom/picom.conf | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/home/user/.config/picom/picom.conf b/home/user/.config/picom/picom.conf index ed00ae6..106ebba 100644 --- a/home/user/.config/picom/picom.conf +++ b/home/user/.config/picom/picom.conf @@ -73,16 +73,16 @@ shadow-exclude = [ # Fade windows in/out when opening/closing and when opacity changes, # unless no-fading-openclose is used. -fading = false +fading = true # fading = true; # Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028) # fade-in-step = 0.028 -fade-in-step = 0.03; +fade-in-step = 0.075; # Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03) # fade-out-step = 0.03 -fade-out-step = 0.03; +fade-out-step = 0.075; # The time between steps in fade step, in milliseconds. (> 0, defaults to 10) # fade-delta = 10 @@ -118,11 +118,15 @@ inactive-opacity-override = false; # active-opacity = 1.0 # Dim inactive windows. (0.0 - 1.0, defaults to 0.0) -# inactive-dim = 0.0 +inactive-dim = 0.15 # Specify a list of conditions of windows that should never be considered focused. # focus-exclude = [] -focus-exclude = [ "class_g = 'Cairo-clock'" ]; +focus-exclude = [ + "class_g = 'firefox'", + "class_g = 'Cairo-clock'", + "class_g = 'Conky'" +]; # Use fixed inactive dim value, instead of adjusting according to window opacity. # inactive-dim-fixed = 1.0