mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
notify: close notification by sending SIGINT to helper
If the user hasn't configured a custom 'desktop-notifications.close' command, try to close the notification by sending SIGINT to the notification helper. This is best-effort: * If there's no helper running, we do nothing (except warn) * We don't verify, in any way, the notification is actually closed * We don't send any other signals, under any circumstances. That is, no SIGTERM, no SIGKILL. Ever.
This commit is contained in:
parent
8f16fe54d3
commit
9cf99ea4bf
4 changed files with 66 additions and 30 deletions
1
notify.h
1
notify.h
|
|
@ -39,6 +39,7 @@ struct notification {
|
|||
enum notify_when when;
|
||||
enum notify_urgency urgency;
|
||||
bool focus;
|
||||
bool may_be_programatically_closed;
|
||||
bool report_activated;
|
||||
bool report_closed;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue