feat(render): switch render method from egl to glx + turn off vsync
This commit is contained in:
parent
252d6a2840
commit
2c205edc7c
|
@ -142,9 +142,8 @@ corner-radius = 5;
|
|||
# Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`.
|
||||
# `xrender` is the default one.
|
||||
#
|
||||
backend = "egl"
|
||||
backend = "glx"
|
||||
dithered-present = false;
|
||||
vsync = true;
|
||||
detect-client-opacity = true;
|
||||
detect-transient = true;
|
||||
detect-client-leader = true
|
||||
|
|
Loading…
Reference in New Issue