1
0
forked from extern/nix-config

picom: Fix flickering screen after resume from dpms

This appears to fix an issue where the screen would occasionally flicker
after resuming from dpms' screen blanking feature. So far I have not
observed any significant performance degradations.

Reference: https://github.com/yshui/picom/issues/578
This commit is contained in:
Donovan Glover 2022-09-28 13:23:41 -04:00
parent 5e75e08f46
commit 1cde245d11
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -56,4 +56,8 @@ fade-delta = 10
# Add transparency to bspwm borders
#frame-opacity = 0.5
# Fix flickering issue by drawing whole screen every time
# See: https://github.com/yshui/picom/issues/578
use-damage = false
# vim:ft=dosini