[kitty] Visual bell
This commit is contained in:
parent
4ff55e1aaf
commit
0bd50328f5
1 changed files with 6 additions and 4 deletions
|
|
@ -250,22 +250,24 @@ cursor_blink_interval 0
|
||||||
|
|
||||||
#: 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.
|
||||||
|
|
||||||
# visual_bell_duration 0.0
|
visual_bell_duration 0.10
|
||||||
|
|
||||||
#: 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.
|
||||||
|
|
||||||
|
visual_bell_color #fff
|
||||||
|
|
||||||
# window_alert_on_bell yes
|
# window_alert_on_bell yes
|
||||||
|
|
||||||
#: 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 yes
|
||||||
|
|
||||||
#: 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue