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:
parent
5e75e08f46
commit
1cde245d11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user