chore(picom): remove offending option glx-no-stencil

This commit is contained in:
dabruh 2025-12-28 19:57:20 +01:00
parent b1b8ce749b
commit 7a76bef539

View file

@ -16,8 +16,6 @@ backend = "xrender"
#
#################################
glx-no-stencil = true
# GLX backend: Copy unmodified regions from front buffer instead of redrawing them all.
# My tests with nvidia-drivers show a 10% decrease in performance when the whole screen is modified,
# but a 20% increase when only 1/4 is.