picom: fades and rounded corners are back

for some reason picom now properly does corners on dwm without cutting
borders. thanks yshui 👍
This commit is contained in:
dogeystamp 2023-06-02 19:45:14 -04:00
parent a0fff8846f
commit 445054554a
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -7,4 +7,10 @@ shadow-offset-x = -7;
shadow-offset-y = -7;
# fading
fading = false;
fading = true;
fade-in-step = 0.05;
fade-out-step = 0.05;
fade-delta = 5;
# corner
corner-radius = 8