kitty: Turn off audio bell
This commit is contained in:
parent
785ad62227
commit
c3019c997d
1 changed files with 4 additions and 4 deletions
|
@ -250,7 +250,7 @@ copy_on_select yes
|
||||||
|
|
||||||
#: Terminal bell {{{
|
#: Terminal bell {{{
|
||||||
|
|
||||||
# enable_audio_bell yes
|
enable_audio_bell no
|
||||||
|
|
||||||
#: Enable/disable the audio bell. Useful in environments that require
|
#: Enable/disable the audio bell. Useful in environments that require
|
||||||
#: silence.
|
#: silence.
|
||||||
|
@ -260,18 +260,18 @@ copy_on_select yes
|
||||||
#: Visual bell duration. Flash the screen when a bell occurs for the
|
#: Visual bell duration. Flash the screen when a bell occurs for the
|
||||||
#: specified number of seconds. Set to zero to disable.
|
#: specified number of seconds. Set to zero to disable.
|
||||||
|
|
||||||
# window_alert_on_bell yes
|
window_alert_on_bell no
|
||||||
|
|
||||||
#: Request window attention on bell. Makes the dock icon bounce on
|
#: Request window attention on bell. Makes the dock icon bounce on
|
||||||
#: macOS or the taskbar flash on linux.
|
#: macOS or the taskbar flash on linux.
|
||||||
|
|
||||||
# bell_on_tab yes
|
bell_on_tab no
|
||||||
|
|
||||||
#: Show a bell symbol on the tab if a bell occurs in one of the
|
#: Show a bell symbol on the tab if a bell occurs in one of the
|
||||||
#: windows in the tab and the window is not the currently focused
|
#: windows in the tab and the window is not the currently focused
|
||||||
#: window
|
#: window
|
||||||
|
|
||||||
# command_on_bell none
|
command_on_bell none
|
||||||
|
|
||||||
#: Program to run when a bell occurs.
|
#: Program to run when a bell occurs.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue