Use glx backend to avoid tearing

This commit is contained in:
Thomas Avé 2022-08-01 15:30:33 +02:00
parent ef98a781f1
commit 2ee128e12b
1 changed files with 2 additions and 2 deletions

View File

@ -208,8 +208,8 @@ 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