picom.sample.conf: Add egl to backend option doc

This commit is contained in:
h7x4 2022-11-24 00:08:37 +01:00
parent 6bcda50170
commit 7360522e31
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146
1 changed files with 1 additions and 1 deletions

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"