From: Amin Bandali Date: Sat, 7 Sep 2019 05:04:50 +0000 (-0400) Subject: compton: tweak config a bit X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/325749b244d17355c58f5121e2fd8c34c0cb2bbb compton: tweak config a bit make fades faster, also using glx seems to better get rid of tearing while scrolling (better vsync?) --- 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;