From 0cc06ebf0e8b43c88ee8e82c869f97e9a644a3e5 Mon Sep 17 00:00:00 2001 From: nnduc Date: Tue, 28 Jul 2026 09:17:21 +0000 Subject: [PATCH] fix nvidia --- picom/picom.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/picom/picom.conf b/picom/picom.conf index b777b3e..8b85109 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -13,3 +13,6 @@ corner-radius = 0; detect-transient = true; detect-client-leader = true; + +# Essential NVIDIA synchronization fixes +xrender-sync-fence = true;