A lot of laptop changes

This commit is contained in:
Chris Cochrun 2021-05-12 09:25:43 -05:00
parent daf130a30a
commit 99fc0cf593
10 changed files with 29 additions and 30 deletions

View file

@ -94,11 +94,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.01;
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.01;
fade-out-step = 0.08;
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
# fade-delta = 10