From de5f43ca28148404d2b2c046dc19303e7ab99437 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 2 Nov 2021 09:47:45 +0100 Subject: [PATCH] picom: don't crop shadow at the edge of a screen When splitting a monitor, this is a bit odd. The shadow from one dock overlapping the other is less of a problem. --- dotfiles/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/picom.conf b/dotfiles/picom.conf index 5e93a04..3752515 100644 --- a/dotfiles/picom.conf +++ b/dotfiles/picom.conf @@ -41,7 +41,7 @@ shadow-opacity = 0.3; shadow-radius = 10; shadow-offset-x = -3; shadow-offset-y = -3; -xinerama-shadow-crop = true; +xinerama-shadow-crop = false; wintypes: { normal = { shadow = true; };