From 4ce811cab3b3a596ce7544491e180c63b01d0e7d Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 1 Nov 2021 22:03:32 +0100 Subject: [PATCH] picom: ensure shadows don't leak on the second screen --- dotfiles/picom.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 5874ab5..5e93a04 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -41,6 +41,7 @@ shadow-opacity = 0.3; shadow-radius = 10; shadow-offset-x = -3; shadow-offset-y = -3; +xinerama-shadow-crop = true; wintypes: { normal = { shadow = true; };