From e204cc8f122bfef42aab70cb6bb865880ccf5173 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Sat, 3 Oct 2020 22:56:29 +0200 Subject: [PATCH] Add comment on how to call send_test_notification() --- kitty/boss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/boss.py b/kitty/boss.py index 8f65e9fa2..73bcad7ae 100644 --- a/kitty/boss.py +++ b/kitty/boss.py @@ -1563,6 +1563,7 @@ class Boss: 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