aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--picom.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/picom.conf b/picom.conf
index 7aa4cd6..c4449c2 100644
--- a/picom.conf
+++ b/picom.conf
@@ -313,7 +313,7 @@ detect-client-leader = true
# My tests show a 15% performance boost. Recommended.
#
# glx-no-stencil = false
-glx-no-stencil = true;
+glx-no-stencil = true
# GLX backend: Avoid rebinding pixmap on window damage.
# Probably could improve performance on rapid window content changes,