From f7b00a0d42961011098eaaab96d10eaca9dadc1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahin=20Akkaya?= Date: Fri, 18 Mar 2022 16:09:25 +0300 Subject: [PATCH] Disable vsync as it does not work in virtual machines --- .config/picom/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index dd2817f..e39cebc 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -215,7 +215,7 @@ backend = "glx" # Enable/disable VSync. # vsync = false -vsync = true; +vsync = false; # Enable remote control via D-Bus. See the *D-BUS API* section below for more details. # dbus = false