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

notification: Use categories from xdg desktop notification spec #1500

Merged
merged 1 commit into from
Nov 14, 2024

Commits on Nov 14, 2024

  1. notification: Use categories from xdg desktop notification spec

    The xdg spec¹ uses slightly different names thus making it hard for apps
    to use API in a way that works for portaled and non-portaled use cases.
    
    It also makes things slighlty more consistent as the current call.*
    sub-categories (`.incoming`, `.ongoing`) indicate a state while the `im`
    category indicates a type (`message`).
    
    1) https://specifications.freedesktop.org/notification-spec/1.2/categories.html
    
    Signed-off-by: Guido Günther <[email protected]>
    agx authored and jadahl committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    fd269cd View commit details
    Browse the repository at this point in the history