From d136f67a642eef0163f330262f2e7956dc0d521c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E5=92=8C=E3=81=A7=E3=81=AA=E3=82=8A?= Date: Thu, 3 May 2018 20:34:28 +0800 Subject: [PATCH] Update compton.conf --- .config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/compton.conf b/.config/compton.conf index 572926b..a098484 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -3,7 +3,7 @@ backend = "xrender" paint-on-overlay = true; glx-no-stencil = true; glx-no-rebind-pixmap = true; -vsync = "opengl-swc"; +vsync = "drm"; # These are important. The first one enables the opengl backend. The last one is the vsync method. Depending on the driver you might need to use a different method. # The other options are smaller performance tweaks that work well in most cases.