diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-07 01:04:50 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-07 01:04:50 -0400 |
commit | 325749b244d17355c58f5121e2fd8c34c0cb2bbb (patch) | |
tree | 9b70c83d5253a037eccdd4b9eda955b40bc0c29a | |
parent | 9353204b7d4e3f92db61e21f1fc4c724b41db930 (diff) | |
download | configs-325749b244d17355c58f5121e2fd8c34c0cb2bbb.tar.gz configs-325749b244d17355c58f5121e2fd8c34c0cb2bbb.tar.xz configs-325749b244d17355c58f5121e2fd8c34c0cb2bbb.zip |
compton: tweak config a bit
make fades faster, also using glx seems to better get rid of tearing
while scrolling (better vsync?)
-rw-r--r-- | .config/compton/compton.conf | 8 |
1 files 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; |