From 0c82c8821b0d0bc0f32c218a04b0589d37444566 Mon Sep 17 00:00:00 2001 From: odrling Date: Tue, 3 Oct 2023 21:02:00 +0200 Subject: [PATCH] [picom] rename deprecated xinerama-shadow-crop --- .config/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/picom.conf b/.config/picom.conf index 9cc285e..e48a1c4 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -46,7 +46,7 @@ glx-swap-method = 1; # Shadows {{{ shadow = false; -xinerama-shadow-crop=true; +crop-shadow-to-monitor=true; #inactive-opacity = 0.99; #inactive-opacity-override = true;