From 7360522e315d7bfa85666f4e73a629d0ec060754 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Thu, 24 Nov 2022 00:08:37 +0100 Subject: [PATCH] picom.sample.conf: Add egl to backend option doc --- picom.sample.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picom.sample.conf b/picom.sample.conf index a8ba5c7e..7c74eb82 100644 --- a/picom.sample.conf +++ b/picom.sample.conf @@ -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"