From c942efc6615412232053803480682b9b0e3591a3 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 11 Sep 2019 23:45:45 -0400 Subject: [PATCH] compton: prevent occasional annoying black/white flashes e.g. when switching workspaces in exwm --- .config/compton/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf index 46afe94..4d6ce5e 100644 --- a/.config/compton/compton.conf +++ b/.config/compton/compton.conf @@ -72,7 +72,7 @@ invert-color-include = [ ]; # glx-no-stencil = true; # glx-no-rebind-pixmap = true; # xrender-sync-fence = true; -use-damage = true; +use-damage = false; # Window type settings wintypes: -- 2.20.1