Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not move notifications around while I'm reading them #206

Closed
Markus00000 opened this issue Dec 12, 2014 · 1 comment · Fixed by #1155
Closed

Do not move notifications around while I'm reading them #206

Markus00000 opened this issue Dec 12, 2014 · 1 comment · Fixed by #1155

Comments

@Markus00000
Copy link

dunst pushes notifications around when either new ones appear or old ones disappear – depending on whether y in geometry is a positive or negative value.

As soon as a notification is being shown and I'm potentially reading it, it should stay at its position until it disappears. At least optionally.

This would be a very nice addition for people who are as bad as I at reading notifications that suddenly move once or twice across my screen just to disappear before I've read to the end.

@knopwob
Copy link
Member

knopwob commented Dec 17, 2014

This should be relative easy to implement by expanding the sorting option. At the moment you just can switch between sorting by urgency or time where the newest notification is always pushed to the top.

An additional option to reverse the sorting by time would add the notification to the botton, so the old notifications stay in the place they were.

Maybe I'll have some time over the holidays to work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants