Commit b762575b authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Changed picom to xrender and disabled vsync (needed to work with my new

m27q monitor).
parent cbc81e99
......@@ -9,7 +9,7 @@
# Backend to use: "xrender" or "glx".
# GLX backend is typically much faster but depends on a sane driver.
backend = "glx";
backend = "xrender";
#################################
#
......@@ -185,7 +185,7 @@ detect-client-opacity = true;
refresh-rate = 0;
# Vertical synchronization: match the refresh rate of the monitor
vsync = true;
vsync = false;
# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
# Reported to have no effect, though.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment