diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index 5ed9d48..47e0c88 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -250,7 +250,7 @@ copy_on_select yes #: Terminal bell {{{ -# enable_audio_bell yes +enable_audio_bell no #: Enable/disable the audio bell. Useful in environments that require #: silence. @@ -260,18 +260,18 @@ copy_on_select yes #: 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 +window_alert_on_bell no #: 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 no #: 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 +command_on_bell none #: Program to run when a bell occurs.