1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

picom: speed up fading slightly

This commit is contained in:
Joe Groocock 2020-05-04 08:53:21 +01:00
parent d407512522
commit fbb43dfff5
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -58,8 +58,8 @@ blur-background-exclude = [
# Fading
fading = true;
fade-delta = 10;
fade-in-step = 0.03;
fade-out-step = 0.03;
fade-in-step = 0.04
fade-out-step = 0.06;
no-fading-openclose = false;
no-fading-destroyed-argb = false;
# fade-exclude = [ ];