picom: explain why we keep two specific settings

Not 100% sure they apply for backend "egl".
This commit is contained in:
Vincent Bernat 2024-09-08 18:58:51 +02:00
parent ee27fdfcfc
commit cbd4a999d9

View file

@ -1,5 +1,6 @@
backend = "egl";
vsync = true;
# These two are recommended if they work.
glx-no-stencil = true;
glx-no-rebind-pixmap = true;