1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-27 12:23:46 +03:00

docs: clarify timeout for toast notifications

cc: @plscks

refs: #1514
This commit is contained in:
Wez Furlong 2022-01-06 12:30:30 -07:00
parent 94a35c9d1e
commit 6cf6084c6d

View File

@ -11,7 +11,7 @@ An optional *timeout* parameter can be provided; if so, it specifies how long
the notification will remain prominently displayed in milliseconds. To specify
a timeout without specifying a url, set the url parameter to `nil`. The timeout
you specify may not be respected by the system, particularly in X11/Wayland
environments.
environments, and Windows will always use a fixed, unspecified, duration.
The notification will persist on screen until dismissed or clicked, or until its
timeout duration elapses.