aboutsummaryrefslogtreecommitdiffstats
path: root/oni
diff options
context:
space:
mode:
authorGravatar Tom Willemse2026-08-19 16:19:57 -0700
committerGravatar Tom Willemse2026-08-21 23:58:27 -0700
commit7a9676aab9d663b99f2f263742bf30f99ac3fc86 (patch)
treef229892bd1d28bd021c183c1fe10d4137d57872b /oni
parent6969f42decf289e494f293842101e7d6f77a919c (diff)
downloadnew-dotfiles-7a9676aab9d663b99f2f263742bf30f99ac3fc86.tar.gz
new-dotfiles-7a9676aab9d663b99f2f263742bf30f99ac3fc86.zip
picom: Remove deprecated option
Diffstat (limited to 'oni')
-rw-r--r--oni/home/config/rincewind.scm1
-rw-r--r--oni/home/services/picom.scm3
2 files changed, 0 insertions, 4 deletions
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")