From c9b5317d0ecf3f838d10f3d1d71ea9aa7ad8d7ae Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sun, 13 Oct 2024 17:39:32 -0500 Subject: [PATCH] Adding 'backend' variable to picom config. --- .config/picom/picom.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index f7aa5ed..95b2248 100755 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -6,6 +6,11 @@ # # My config. Not much to see here; just some pretty standard stuff. +# Specify the backend to use: `xrender`, `glx`, or `egl`. +# +# Default: "xrender" +backend = "xrender" + # Enabled client-side shadows on windows. Note desktop windows # (windows with '_NET_WM_WINDOW_TYPE_DESKTOP') never get shadow, # unless explicitly requested using the wintypes option.