added config notes regarding which renderer works best for desktop vs laptop
This commit is contained in:
parent
ed424a3935
commit
3ef426bc64
1 changed files with 2 additions and 2 deletions
|
|
@ -207,8 +207,8 @@ blur-background-exclude = [
|
||||||
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
|
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
|
||||||
# `xrender` is the default one
|
# `xrender` is the default one
|
||||||
# Set to "glx" with nvidia drivers prevents fullscreen screen tearing
|
# Set to "glx" with nvidia drivers prevents fullscreen screen tearing
|
||||||
backend = "glx"
|
# backend = "glx" # works on desktop
|
||||||
# backend = "xrender";
|
backend = "xrender"; # works on laptop
|
||||||
|
|
||||||
# Enable/disable VSync.
|
# Enable/disable VSync.
|
||||||
# vsync = false
|
# vsync = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue