From 295193ad7d142498bf80d3da8ae773ef338c1c8a Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Mon, 11 Mar 2024 12:08:07 +0100 Subject: [PATCH] Change fade-in and fade-out step for picom --- .config/picom/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index e128221..33a2d5f 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -77,11 +77,11 @@ 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.045; # 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.045; # The time between steps in fade step, in milliseconds. (> 0, defaults to 10) # fade-delta = 10