Round out the options for the new notify kitten

This commit is contained in:
Kovid Goyal
2024-07-28 20:52:44 +05:30
parent 5c1af0fcb1
commit 674432f886
2 changed files with 36 additions and 2 deletions

View File

@@ -183,7 +183,9 @@ Values greater than zero specify the number of milliseconds after which the
notification should be auto-closed. Note that the value of ``0``
is best effort, some platforms honor it and some do not. Positive values
are robust, since they can be implemented by the terminal emulator itself,
by manually closing the notification after the expiry time.
by manually closing the notification after the expiry time. The notification
could still be closed before the expiry time by user interaction or OS policy,
but it is guaranteed to be closed once the expiry time has passed.
.. _notifications_query: