aboutsummaryrefslogtreecommitdiff
path: root/picom.conf
diff options
context:
space:
mode:
authorKyle Javier2021-09-23 15:45:35 -0400
committerKyle Javier2021-09-23 15:45:35 -0400
commitc0a43480e8827497e9a4218e981e748cd19cf2e2 (patch)
tree26ee4a9bb3ac16fb2d88c32a75452425aa7150ab /picom.conf
parent08e86eb6a8f6ec3e44a521d22a003a6692b305a3 (diff)
added use-damage = to config (seems to work on nvidia now
Diffstat (limited to 'picom.conf')
-rw-r--r--picom.conf4
1 files changed, 2 insertions, 2 deletions
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