From 0e72128eb2c89300118a9a494d9e1ee47af77eaf Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Sun, 15 Mar 2020 14:33:55 +0200 Subject: [PATCH] vsync=true commented out --- .config/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/picom.conf b/.config/picom.conf index 83667eb..0a1dfe3 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -112,7 +112,7 @@ resize-damage = 5; ### GLX BACKEND ### ################### refresh-rate = 0; -vsync = "true"; +#vsync = "true"; glx-no-stencil = true; glx-copy-from-front = false; #glx-use-copysubbuffermesa = true;