Add comment on how to call send_test_notification()

This commit is contained in:
Luflosi 2020-10-03 22:56:29 +02:00
parent 9e3c60f43f
commit e204cc8f12
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

View File

@ -1563,6 +1563,7 @@ def set_background_image(self, path: Optional[str], os_windows: Tuple[int, ...],
for os_window_id in os_windows:
self.default_bg_changed_for(os_window_id)
# Can be called with kitty -o "map f1 send_test_notification"
def send_test_notification(self) -> None:
from time import monotonic