From 325749b244d17355c58f5121e2fd8c34c0cb2bbb Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 7 Sep 2019 01:04:50 -0400 Subject: [PATCH] compton: tweak config a bit make fades faster, also using glx seems to better get rid of tearing while scrolling (better vsync?) --- .config/compton/compton.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index 0ed48ab..25b8593 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -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; -- 2.20.1