diff options
author | xyz <gky44px1999@gmail.com> | 2021-07-06 04:55:15 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-07-06 04:55:15 -0700 |
commit | ced3d1586d5fd843923abd630fbc7f3cd6a6080c (patch) | |
tree | a26fd615259eae91f85045ebdc7ada6e3c5b7f7a /.config | |
parent | 14611afc1394fa3d54cdd3a3c4a5d0d975dbb6d2 (diff) |
notes
Diffstat (limited to '.config')
-rw-r--r-- | .config/picom/picom.conf | 6 |
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. |