Add compton config
[~bandali/configs] / compton / .config / compton.conf
index 75cecb7..e03d170 100644 (file)
@@ -47,7 +47,7 @@ fade-out-step = 0.03;         # Opacity change between steps while fading out. (default
 fade-exclude = [ ];            # Exclude conditions for fading.
 
 # Other
-backend = "xrender"            # Backend to use: "xrender" or "glx". GLX backend is typically
+backend = "glx"                        # Backend to use: "xrender" or "glx". GLX backend is typically
                                # much faster but depends on a sane driver.
 mark-wmwin-focused = true;     # Try to detect WM windows and mark them as active.
 mark-ovredir-focused = true;   # Mark all non-WM but override-redirect windows active (e.g. menus).
@@ -59,7 +59,7 @@ detect-client-opacity = true; # Detect _NET_WM_OPACITY on client windows, useful
                                # managers not passing _NET_WM_OPACITY of client windows to frame
                                # windows.
 refresh-rate = 0;              # For --sw-opti: Specify refresh rate of the screen. 0 for auto.
-vsync = "opengl";              # "none", "drm", "opengl", "opengl-oml", "opengl-swc", "opengl-mswc" 
+vsync = "drm";                 # "none", "drm", "opengl", "opengl-oml", "opengl-swc", "opengl-mswc" 
                                # See man page for more details.
 dbe = false;                   # Enable DBE painting mode. Rarely needed.
 paint-on-overlay = true;       # Painting on X Composite overlay window. Recommended.