32 lines
699 B
Plaintext
32 lines
699 B
Plaintext
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
|
|
|
|
#: Terminal bell {{{
|
|
|
|
enable_audio_bell yes
|
|
|
|
#: Enable/disable the audio bell. Useful in environments that require
|
|
#: silence.
|
|
|
|
visual_bell_duration 0.0
|
|
|
|
#: Visual bell duration. Flash the screen when a bell occurs for the
|
|
#: specified number of seconds. Set to zero to disable.
|
|
|
|
window_alert_on_bell yes
|
|
|
|
#: Request window attention on bell. Makes the dock icon bounce on
|
|
#: macOS or the taskbar flash on linux.
|
|
|
|
bell_on_tab yes
|
|
|
|
#: 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
|
|
#: window
|
|
|
|
command_on_bell none
|
|
|
|
#: Program to run when a bell occurs.
|
|
|
|
#: }}}
|
|
#: }}}
|