From c0a43480e8827497e9a4218e981e748cd19cf2e2 Mon Sep 17 00:00:00 2001 From: Kyle Javier Date: Thu, 23 Sep 2021 15:45:35 -0400 Subject: added use-damage = to config (seems to work on nvidia now --- picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'picom.conf') diff --git a/picom.conf b/picom.conf index 4e53c6d..804d5d9 100644 --- a/picom.conf +++ b/picom.conf @@ -327,8 +327,8 @@ detect-client-leader = true # The opposing option is use-damage # # no-use-damage = false -#use-damage = true -use-damage = false +use-damage = true +# use-damage = false # Use X Sync fence to sync clients' draw calls, to make sure all draw # calls are finished before picom starts drawing. Needed on nvidia-drivers -- cgit v1.2.3