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:
parent
a0fff8846f
commit
445054554a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user