aboutsummaryrefslogtreecommitdiff
path: root/picom.conf
diff options
context:
space:
mode:
Diffstat (limited to 'picom.conf')
-rw-r--r--picom.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/picom.conf b/picom.conf
index c87e558..03192d6 100644
--- a/picom.conf
+++ b/picom.conf
@@ -212,12 +212,12 @@ blur-background-exclude = [
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
# `xrender` is the default one.
#
-backend = "glx";
-#backend = "xrender";
+#backend = "glx";
+backend = "xrender";
# Enable/disable VSync.
# vsync = false
-vsync = true;
+vsync = false;
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.
# dbus = false
@@ -336,7 +336,7 @@ use-damage = true;
# with GLX backend for some users.
#
# xrender-sync-fence = false
-xrender-sync-fence = true;
+xrender-sync-fence = false;
# GLX backend: Use specified GLSL fragment shader for rendering window contents.
# See `compton-default-fshader-win.glsl` and `compton-fake-transparency-fshader-win.glsl`