changed picom backend to xrender

This commit is contained in:
2024-08-30 16:30:42 +10:00
parent af12bda541
commit ff77d1a798

View File

@@ -213,8 +213,8 @@ blur-background-exclude = [
# Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`.
# `xrender` is the default one.
#
backend = "glx"
#backend = "xrender";
#backend = "glx"
backend = "xrender";
# Use higher precision during rendering, and apply dither when presenting the
# rendered screen. Reduces banding artifacts, but might cause performance