diff options
Diffstat (limited to 'oni')
| -rw-r--r-- | oni/home/config/rincewind.scm | 1 | ||||
| -rw-r--r-- | oni/home/services/picom.scm | 3 |
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") |
