From 9bf39b8d1d48a7636a3b81f9694e4e94f090cfe5 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 00cdb0c..62f7a50 100644 --- a/picom.sample.conf +++ b/picom.sample.conf @@ -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"