diff --git a/.config/compton.conf b/.config/compton.conf index 0ed48ab..43f2874 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -49,16 +49,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; +use-ewmh-active-win = true; detect-rounded-corners = true; detect-client-opacity = true; refresh-rate = 0; vsync = true; # sw-opti = true; -# unredir-if-possible = true; +# unredir-if-possible = false; # unredir-if-possible-delay = 5000; # unredir-if-possible-exclude = [ ]; focus-exclude = [ "class_g = 'Cairo-clock'" ]; @@ -68,7 +68,7 @@ invert-color-include = [ ]; # resize-damage = 1; # GLX backend -# glx-no-stencil = true; +glx-no-stencil = true; # glx-no-rebind-pixmap = true; # xrender-sync-fence = true; use-damage = true;