diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-11 23:45:45 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-11 23:48:17 -0400 |
commit | c942efc6615412232053803480682b9b0e3591a3 (patch) | |
tree | 8696e5cdfe8a10c21a175e3411d2a81efc70e682 | |
parent | 256cef154c94b0319290ed9445ab2f11e45603e3 (diff) | |
download | configs-c942efc6615412232053803480682b9b0e3591a3.tar.gz configs-c942efc6615412232053803480682b9b0e3591a3.tar.xz configs-c942efc6615412232053803480682b9b0e3591a3.zip |
compton: prevent occasional annoying black/white flashes
e.g. when switching workspaces in exwm
-rw-r--r-- | .config/compton/compton.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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: |