From 6dff7022e3b88405d04395ccdb4084c6e12c4500 Mon Sep 17 00:00:00 2001 From: Ken Gilmer Date: Mon, 7 Oct 2019 21:07:08 -0700 Subject: [PATCH] Add fix from https://github.com/regolith-linux/regolith-desktop/issues/116 by @zerotao. --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index 27f6803..5347033 100644 --- a/config +++ b/config @@ -39,6 +39,7 @@ glx-copy-from-front = false; # Probably could improve performance on rapid window content changes, but is known to break things on some drivers (LLVMpipe). # Recommended if it works. glx-no-rebind-pixmap = true; +use-damage = false # GLX backend: GLX buffer swap method we assume.