mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Mappable function to easily send test notification
This commit is contained in:
parent
70afb2dd4d
commit
2fe1ef4774
1 changed files with 4 additions and 0 deletions
|
|
@ -1536,3 +1536,7 @@ class Boss:
|
|||
set_background_image(path, os_windows, configured)
|
||||
for os_window_id in os_windows:
|
||||
self.default_bg_changed_for(os_window_id)
|
||||
|
||||
def send_test_notification(self) -> None:
|
||||
from .notify import notify
|
||||
notify('Test notification', 'Hello world')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue