added config notes regarding which renderer works best for desktop vs laptop

This commit is contained in:
z3rOR0ne 2022-06-05 19:10:01 -07:00
parent ed424a3935
commit 3ef426bc64

View file

@ -207,8 +207,8 @@ blur-background-exclude = [
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
# `xrender` is the default one
# Set to "glx" with nvidia drivers prevents fullscreen screen tearing
backend = "glx"
# backend = "xrender";
# backend = "glx" # works on desktop
backend = "xrender"; # works on laptop
# Enable/disable VSync.
# vsync = false