Change fade-in and fade-out step for picom

This commit is contained in:
Andreas Tsouchlos 2024-03-11 12:08:07 +01:00
parent 91103dd6e1
commit 295193ad7d

View File

@ -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