picom: disable frame pacing for now

This commit is contained in:
Vincent Bernat 2024-11-11 00:18:06 +01:00
parent 14789d0ab9
commit 01893912ba

View file

@ -1,5 +1,6 @@
backend = "egl";
vsync = true;
no-frame-pacing = true; # see https://github.com/yshui/picom/issues/1345
# These two are recommended if they work.
glx-no-stencil = true;
glx-no-rebind-pixmap = true;