Merge pull request #940 from h7x4/add-egl-to-sample-config

This commit is contained in:
Yuxuan Shui
2022-11-24 10:42:27 +00:00
committed by GitHub

View File

@@ -209,7 +209,7 @@ blur-background-exclude = [
# Daemonize process. Fork to background after initialization. Causes issues with certain (badly-written) drivers.
# daemon = false
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
# Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`.
# `xrender` is the default one.
#
# backend = "glx"