From cbd4a999d9834eef8a576d34ae0030a8d47e3139 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 8 Sep 2024 18:58:51 +0200 Subject: [PATCH] picom: explain why we keep two specific settings Not 100% sure they apply for backend "egl". --- dotfiles/picom.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 391ed1c..a64884e 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -1,5 +1,6 @@ backend = "egl"; vsync = true; +# These two are recommended if they work. glx-no-stencil = true; glx-no-rebind-pixmap = true;