mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
notify: try to read the daemon assigned notification ID from stdout
And document the things we recognize in the notification helper's stdout.
This commit is contained in:
parent
e271027c0c
commit
f56da385fe
3 changed files with 56 additions and 3 deletions
1
notify.h
1
notify.h
|
|
@ -45,6 +45,7 @@ struct notification {
|
|||
* Used internally by notify
|
||||
*/
|
||||
|
||||
uint32_t external_id; /* Daemon assigned notification ID */
|
||||
bool activated; /* User 'activated' the notification */
|
||||
char *xdg_token; /* XDG activation token, from daemon */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue