From 4505ae7f166c3a5c386bc147f38db27392744df8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 19 Aug 2026 16:19:57 -0700 Subject: picom: Remove deprecated option --- oni/home/config/rincewind.scm | 1 - oni/home/services/picom.scm | 3 --- 2 files changed, 4 deletions(-) (limited to 'oni') diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm index 357bafa..9db1a49 100644 --- a/oni/home/config/rincewind.scm +++ b/oni/home/config/rincewind.scm @@ -217,7 +217,6 @@ (service home-picom-service-type (home-picom-configuration (backend "glx") - (glx-no-stencil #t) (detect-transient #t) (shadow #t) (shadow-radius 5) diff --git a/oni/home/services/picom.scm b/oni/home/services/picom.scm index 54a3f02..73d8249 100644 --- a/oni/home/services/picom.scm +++ b/oni/home/services/picom.scm @@ -86,9 +86,6 @@ (backend (string "xrender") "Specify the backend to use: xrender, glx, or xr_glx_hybrid") - (glx-no-stencil - (boolean #f) - "GLX backend: avoid using stencil buffer, useful if you don’t have a stencil buffer") (detect-transient (boolean #f) "Use WM_TRANSIENT_FOR to group windows, and consider windows in the same group focused at the same time") -- cgit v1.3-2-g0d8e