emersion / mako

A lightweight Wayland notification daemon
https://wayland.emersion.fr/mako
MIT License
2.19k stars 139 forks source link

Border rendering with multiple notifications (regression ?) #225

Open tezoi opened 4 years ago

tezoi commented 4 years ago

2020-01-29-180525_screenshot See the picture (before on the right, current on the left) with the exact same config.

For multiple notifications, the border size was accounted once (border were overlapping ?). Is the new behavior what is expected ? Is there a way to change the behavior to the previous one (negative margin ?) ?

vilhalmer commented 4 years ago

Maybe a result of #219?

xPMo commented 4 years ago

Negative margins are allowed and do bring the notifications closer (so something like margin=0,<horiz>,-3 or margin=-3,<horiz>,0 would work for you), but it unfortunately crops out/masks the corresponding edge of the notification.

tezoi commented 4 years ago

2020-01-30-103250_screenshot Negative margins margin=-2,0,-2,0 work for in-between borders but the last notification is indeed cropped