summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-07-06 04:55:15 -0700
committerxyz <gky44px1999@gmail.com>2021-07-06 04:55:15 -0700
commitced3d1586d5fd843923abd630fbc7f3cd6a6080c (patch)
treea26fd615259eae91f85045ebdc7ada6e3c5b7f7a /.config
parent14611afc1394fa3d54cdd3a3c4a5d0d975dbb6d2 (diff)
notes
Diffstat (limited to '.config')
-rw-r--r--.config/picom/picom.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index 9bf7a446..3d9f2c93 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -209,11 +209,13 @@ blur-background-exclude = [
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
# `xrender` is the default one.
#
-# backend = 'glx'
-backend = "xrender";
+# I need glx + vsync to fix tearing
+backend = "glx";
+#backend = "xrender";
# Enable/disable VSync.
# vsync = false
+# I need glx + vsync to fix tearing
vsync = true
# Enable remote control via D-Bus. See the *D-BUS API* section below for more details.