From c1803844fb4bcc90c7a4adfb39823be139af2e03 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 8 Sep 2019 23:25:22 -0400 Subject: [PATCH] compton: make fades more noticeable --- .config/compton/compton.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index f36a531..46afe94 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -42,9 +42,9 @@ blur-background-exclude = [ # Fading fading = true; -fade-delta = 3; -fade-in-step = 0.12; -fade-out-step = 0.12; +fade-delta = 9; +fade-in-step = 0.5; +fade-out-step = 0.5; # no-fading-openclose = true; # no-fading-destroyed-argb = true; fade-exclude = [ ]; -- 2.20.1