From 7a76bef5391613baaa5b12756c1e04cc1c9e3ba2 Mon Sep 17 00:00:00 2001 From: dabruh <11458706-dabruh@users.noreply.gitlab.com> Date: Sun, 28 Dec 2025 19:57:20 +0100 Subject: [PATCH] chore(picom): remove offending option glx-no-stencil --- .config/picom/picom.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 43f51e4..f417bcf 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -16,8 +16,6 @@ backend = "xrender" # ################################# -glx-no-stencil = true - # GLX backend: Copy unmodified regions from front buffer instead of redrawing them all. # My tests with nvidia-drivers show a 10% decrease in performance when the whole screen is modified, # but a 20% increase when only 1/4 is.