Disable vsync in picom

This commit is contained in:
Warren Hood 2023-03-10 19:22:31 +02:00
parent 7128ba33eb
commit 9f5d16d4d9

View file

@ -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.