aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlista Kanjo2021-10-07 14:05:24 -0400
committerBlista Kanjo2021-10-07 14:05:24 -0400
commitb332b3e527ebce89dc8ab41bdb4d1382a89fa741 (patch)
tree3b15a2cc24009381ca7c15f188423137cd8e097b
parent8eb5e07d993d7566d6a65b003f216b609fb3f67e (diff)
added gtk-no-stencil=true option
-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,