user/picom: fix flicker and xorg log spam

This commit is contained in:
LavaDesu 2021-11-27 23:44:49 +07:00
parent 3fc8f85ed2
commit b333c10ac6
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -26,6 +26,8 @@
glx-no-stencil = true; glx-no-stencil = true;
glx-copy-from-front = false; glx-copy-from-front = false;
glx-no-rebind-pixmap = true; glx-no-rebind-pixmap = true;
# https://github.com/yshui/picom/issues/578
glx-use-copysubbuffer-mesa = false;
use-damage = true; use-damage = true;
blur-method = "dual_kawase"; blur-method = "dual_kawase";