From 1cde245d1198586e17e01cdbd126702abb7b7728 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 28 Sep 2022 13:23:41 -0400 Subject: [PATCH] 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 --- picom/.config/picom.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index a3c817c..865057a 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -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