mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
osc: kitty notification: implement 'close' events
Application can now request to receive a 'close' event when the notification is closed (but not necessarily activated), by adding 'c=1' to the notification request.
This commit is contained in:
parent
d53f0aea75
commit
c797222930
3 changed files with 30 additions and 6 deletions
1
notify.h
1
notify.h
|
|
@ -40,6 +40,7 @@ struct notification {
|
|||
enum notify_urgency urgency;
|
||||
bool focus;
|
||||
bool report_activated;
|
||||
bool report_closed;
|
||||
|
||||
/*
|
||||
* Used internally by notify
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue