mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Add comment on how to call send_test_notification()
This commit is contained in:
@@ -1563,6 +1563,7 @@ class Boss:
|
|||||||
for os_window_id in os_windows:
|
for os_window_id in os_windows:
|
||||||
self.default_bg_changed_for(os_window_id)
|
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:
|
def send_test_notification(self) -> None:
|
||||||
from time import monotonic
|
from time import monotonic
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user