Jeff LANCE
ec29e4b798
Add home/.config/kitty/colorscheme.conf Add home/.config/kitty/cursor.conf Add home/.config/kitty/fonts.conf Add home/.config/kitty/keyboard.conf Add home/.config/kitty/kitty.conf Add home/.config/kitty/kitty.conf.ori Add home/.config/kitty/mouse.conf Add home/.config/kitty/os_specific.conf Add home/.config/kitty/performance_tuning.conf Add home/.config/kitty/scrollback.conf Add home/.config/kitty/session_multiple.conf Add home/.config/kitty/session_single.conf Add home/.config/kitty/tabbar.conf Add home/.config/kitty/terminal_bell.conf Add home/.config/kitty/window_layout.conf
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.
|
|
|
|
#: }}}
|
|
#: }}}
|