From c3019c997d2058531eadc1e1f824f1f07c878f59 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 8 Jan 2021 17:09:12 +0530 Subject: [PATCH] kitty: Turn off audio bell --- kitty/.config/kitty/kitty.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.