mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 12:21:55 +00:00
Improve docs a little
This commit is contained in:
parent
2dae95bf0b
commit
03391b4f7a
1 changed files with 3 additions and 2 deletions
|
|
@ -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() # }}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue