From 9f5d16d4d993357c2d632f6bf5d9289427cbba8b Mon Sep 17 00:00:00 2001 From: Warren Hood Date: Fri, 10 Mar 2023 19:22:31 +0200 Subject: [PATCH] Disable vsync in picom --- picom/.config/picom.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf index 7d80008..dc33112 100644 --- a/picom/.config/picom.conf +++ b/picom/.config/picom.conf @@ -216,8 +216,8 @@ blur-background-exclude = [ backend = "xrender"; # Enable/disable VSync. -# vsync = false -vsync = true; +vsync = false +# vsync = true; # Enable remote control via D-Bus. See the *D-BUS API* section below for more details. # dbus = false @@ -368,7 +368,7 @@ use-damage = true; # using *--log-file*, since it can generate a huge stream of logs. # # log-level = "debug" -log-level = "warn"; +log-level = "error"; # Set the log file. # If *--log-file* is never specified, logs will be written to stderr.