mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-25 05:15:07 +02:00
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:
parent
149ebccc7c
commit
de5f43ca28
1 changed files with 1 additions and 1 deletions
|
@ -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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue