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.
This commit is contained in:
Vincent Bernat 2021-11-02 09:47:45 +01:00
parent 149ebccc7c
commit de5f43ca28

View file

@ -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; };