diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-08 23:25:22 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-08 23:25:22 -0400 |
commit | c1803844fb4bcc90c7a4adfb39823be139af2e03 (patch) | |
tree | dad88e491751a69358768bb74d7576c89a064933 | |
parent | 63ed18696c88c16c27622148baa7411fb3811d64 (diff) | |
download | configs-c1803844fb4bcc90c7a4adfb39823be139af2e03.tar.gz configs-c1803844fb4bcc90c7a4adfb39823be139af2e03.tar.xz configs-c1803844fb4bcc90c7a4adfb39823be139af2e03.zip |
compton: make fades more noticeable
-rw-r--r-- | .config/compton/compton.conf | 6 |
1 files 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 = [ ]; |