compton: tweak config a bit
authorAmin Bandali <bandali@gnu.org>
Sat, 7 Sep 2019 05:04:50 +0000 (01:04 -0400)
committerAmin Bandali <bandali@gnu.org>
Sat, 7 Sep 2019 05:04:50 +0000 (01:04 -0400)
make fades faster, also using glx seems to better get rid of tearing
while scrolling (better vsync?)

.config/compton/compton.conf

index 0ed48ab..25b8593 100644 (file)
@@ -41,15 +41,15 @@ blur-background-exclude = [
 
 # Fading
 fading = true;
-# fade-delta = 30;
-fade-in-step = 0.03;
-fade-out-step = 0.03;
+fade-delta = 3;
+fade-in-step = 0.09;
+fade-out-step = 0.09;
 # no-fading-openclose = true;
 # no-fading-destroyed-argb = true;
 fade-exclude = [ ];
 
 # Other
-backend = "xrender";
+backend = "glx";
 mark-wmwin-focused = true;
 mark-ovredir-focused = true;
 # use-ewmh-active-win = true;