From c48a09c6cb7ae2ec927248176589f19da6a29fca Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 5 Oct 2022 18:12:49 +0200 Subject: More fadeout for picom. --- stow/picom/.config/picom/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stow/picom/.config/picom/picom.conf b/stow/picom/.config/picom/picom.conf index 4014cfa..aac0797 100644 --- a/stow/picom/.config/picom/picom.conf +++ b/stow/picom/.config/picom/picom.conf @@ -112,7 +112,7 @@ fade-in-step = 0.08; # Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03) # fade-out-step = 0.03 -fade-out-step = 0.02; +fade-out-step = 0.04; # The time between steps in fade step, in milliseconds. (> 0, defaults to 10) # fade-delta = 10 -- cgit v1.2.1