Adding 'backend' variable to picom config.

This commit is contained in:
Derek Taylor
2024-10-13 17:39:32 -05:00
parent 0766a2f17e
commit c9b5317d0e

View File

@@ -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.