Small fix for negligible but sometimes bothersome picom artifacts

master
Meliurwen 3 years ago
parent 9bbff53e46
commit f0e9ac319d
Signed by: meliurwen
GPG Key ID: 818A8B35E9F1CE10
  1. 4
      picom/.config/picom/config

@ -7,6 +7,10 @@ glx-no-stencil = true;
# Good performances gain, but could be buggy with intel cards
#glx-no-rebind-pixmap = true;
# Degrades performances but fixes the artifacts described in the issue below.
# See: https://github.com/yshui/picom/issues/300
use-damage = false;
## Shadow
shadow = true;

Loading…
Cancel
Save