-
-
Notifications
You must be signed in to change notification settings - Fork 221
Description
Feature Description
History of dismissed notifications (like Android's notification history).
Use Case
It would be pretty useful for when you accidentally dismissed something important, or just simply want to look at the history of all your notifications.
Compositor
Is this feature specific to one compositor?
- All compositors
- niri
- Hyprland
- dwl (MangoWC)
- sway
Proposed Solution
Have a tab in the Notifications UI to view notification history, sorted by latest to oldest (maybe group by app/day?)
Search/filter functionality.
I'm not sure if it's possible to activate dismissed notifications, but that would be a good thing to have.
Config option to adjust auto remove entries older than x amount of time (e.g: 1 week).
Alternatives/Existing Solutions
I'm guessing this can be manually done with scripts by reading dbus stuff (I did this once in the past with mako), but a built in UI would be a lot better.