diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 49ed618a3..07012325d 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -684,8 +684,9 @@ opt('command_on_bell', 'none', opt('bell_path', 'none', option_type='config_or_absolute_path', ctype='!bell_path', - long_text='Path to a sound file to play as the bell sound. Must be in a format supported by the' - ' operating systems sound API, such as WAV or OGA on Linux (libcanberra) or AIFF, MP3 or WAV on macOS (NSSound)' + long_text='Path to a sound file to play as the bell sound. If set to :code:`none`, the system default bell sound is used.' + ' Must be in a format supported by the operating systems sound API, such as WAV or OGA on Linux (libcanberra)' + ' or AIFF, MP3 or WAV on macOS (NSSound)' ) egr() # }}}