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

This commit is contained in:
h7x4
2022-11-24 00:08:37 +01:00
committed by Arda Atci
parent 11a195747a
commit 9bf39b8d1d

View File

@@ -219,7 +219,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"