mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 09:48:09 +02:00
More work on notify kitten
This commit is contained in:
@@ -16,13 +16,13 @@ The urgency of the notification.
|
||||
|
||||
|
||||
--expire-time -t
|
||||
default=-1
|
||||
type=int
|
||||
The duration, in milliseconds, for the notification to appear on screen. The default is to
|
||||
use the policy of the OS notification service. A value of 0 means the notification should
|
||||
The duration, for the notification to appear on screen. The default is to
|
||||
use the policy of the OS notification service. A value of :code:`never` means the notification should
|
||||
never expire, however, this may or may not work depending on the policies of the OS notification
|
||||
service. Positive values guarantee the notification will be closed automatically
|
||||
after that many milliseconds have elapsed. The notification could be closed before by user
|
||||
service. Time is specified in the form NUMBER[SUFFIX] where SUFFIX can be :code:`s` for seconds, :code:`m` for minutes,
|
||||
:code:`h` for hours or :code:`d` for days. Non-integer numbers are allowed.
|
||||
If not specified, seconds is assumed. The notification is guaranteed to be closed automatically
|
||||
after the specified time has elapsed. The notification could be closed before by user
|
||||
action or OS policy.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user