diff --git a/display/compositor/compton.conf b/display/compositor/compton.conf index 035659b..6194180 100644 --- a/display/compositor/compton.conf +++ b/display/compositor/compton.conf @@ -1,10 +1,10 @@ # Symlink as ~/.config/compton.conf -backend = "glx"; +backend = "xrender"; paint-on-overlay = true; glx-no-stencil = true; glx-no-rebind-pixmap = true; -vsync = "opengl-swc"; +vsync = "opengl"; # These are important. The first one enables the opengl backend. The last one is the vsync method. Depending on the driver you might need to use a different method. # The other options are smaller performance tweaks that work well in most cases.