summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHydrogen <hydrogen@h2.gay>2025-07-12 03:21:20 +0100
committerHydrogen <hydrogen@h2.gay>2025-07-12 03:21:20 +0100
commitb0502e0a6b1b996eda395293676b15402a1ddbdd (patch)
tree08761b5fbc82d27d0cf4318b695a9197ddba0789
parent7ca5b0286b3cece5437b30e88f149616428be312 (diff)
disable picom's vsync (it syncs to 60hz across both my monitors and my main is 180hz)
-rw-r--r--.config/picom/picom.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf
index ef60d46..283a9a5 100644
--- a/.config/picom/picom.conf
+++ b/.config/picom/picom.conf
@@ -162,7 +162,7 @@ dithered-present = false;
# Enable/disable VSync.
#
# Default: false
-vsync = true;
+vsync = false;
# Try to detect windows with rounded corners and don't consider them
# shaped windows. The accuracy is not very high, unfortunately.