diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 09876e5..2583dc7 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -250,22 +250,24 @@ cursor_blink_interval 0 #: Terminal bell {{{ -# enable_audio_bell yes +enable_audio_bell no #: Enable/disable the audio bell. Useful in environments that require #: silence. -# visual_bell_duration 0.0 +visual_bell_duration 0.10 #: Visual bell duration. Flash the screen when a bell occurs for the #: specified number of seconds. Set to zero to disable. +visual_bell_color #fff + # 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 +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 @@ -1051,4 +1053,4 @@ macos_option_as_alt both #: }}} -# }}} \ No newline at end of file +# }}}