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;