From b0502e0a6b1b996eda395293676b15402a1ddbdd Mon Sep 17 00:00:00 2001 From: Hydrogen Date: Sat, 12 Jul 2025 03:21:20 +0100 Subject: disable picom's vsync (it syncs to 60hz across both my monitors and my main is 180hz) --- .config/picom/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') 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. -- cgit v1.2.3