sardemff7 / eventd

A simple daemon to track remote or local events and do actions the user wants to
https://www.eventd.org
Other
46 stars 4 forks source link

is it possible to have a middle top/bottom notification box placement ? #27

Closed Lompik closed 9 years ago

Lompik commented 9 years ago

All previous reports where my own mistakes!

bottom left/right works as expected, no issues. However would it be possible to have bottom middle box placement ?

sardemff7 commented 9 years ago

A bit tricky considering the placement code, but doable. I will work on that.

sardemff7 commented 9 years ago

Ok so the first step was to move the placement logic to the backends. I pushed 9cb1be63d74f2a7202a5eca7cc094f87a1c86858 for that. You need to update your configuration to use [NotificationXcb] instead of [Notification] for placement keys, see the updated man page.

sardemff7 commented 9 years ago

Here you are, pushed 856997434c1e66d429927e74877f6cff62306276 to support top/bottom centered placement!