From c62abf53f7359cb756039c9d2c3893799bf1d38a Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Wed, 22 May 2019 00:26:09 +0300 Subject: Solves screentearing, might fry machines --- .config/compton/compton.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index dabb503..51979a6 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -54,15 +54,16 @@ fade-out-step = 0.03; fade-exclude = [ ]; # Other -backend = "xrender"; +backend = "glx"; mark-wmwin-focused = true; mark-ovredir-focused = true; # use-ewmh-active-win = true; detect-rounded-corners = true; detect-client-opacity = true; refresh-rate = 0; -vsync = true; -# sw-opti = true; +vsync = "opengl-swc"; +paint-on-overlay = true; +sw-opti = false; # unredir-if-possible = true; # unredir-if-possible-delay = 5000; # unredir-if-possible-exclude = [ ]; @@ -73,13 +74,14 @@ invert-color-include = [ ]; # resize-damage = 1; # GLX backend -# glx-no-stencil = true; +glx-no-stencil = true; +glx-copy-from-front = false; +glx-swap-method = "undefined"; # glx-no-rebind-pixmap = true; # glx-swap-method = "undefined"; # glx-use-gpushader4 = true; # xrender-sync = true; # xrender-sync-fence = true; - # Window type settings wintypes: { -- cgit v1.2.3-70-g09d2