A new option to specify the path to a sound file to use as the bell sound

This commit is contained in:
Kovid Goyal
2021-09-24 07:55:38 +05:30
parent bbdfdb978d
commit c2641458e7
10 changed files with 65 additions and 15 deletions

View File

@@ -22,6 +22,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
the request by default instead of denying by default. See
:opt:`clipboard_control` for details (:iss:`4022`)
- A new option :opt:`bell_path` to specify the path to a sound file
to use as the bell sound
- Fix a regression that caused :option:`kitty --title` to not work when
opening new OS windows using :option:`kitty --single-instance` (:iss:`3893`)