From 323bf99af5f997080ad4ef9ff7817b562693155b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 28 Sep 2022 11:43:14 -0400 Subject: [PATCH] kitty: Disable audio bell Now it's possible to use the terminal in peace, and with the volume set to a cool amount, without worrying about audio bells when scrolling through man pages. --- kitty/.config/kitty/kitty.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kitty/.config/kitty/kitty.conf b/kitty/.config/kitty/kitty.conf index d20ac78a..413646c7 100644 --- a/kitty/.config/kitty/kitty.conf +++ b/kitty/.config/kitty/kitty.conf @@ -52,6 +52,9 @@ allow_remote_control yes # Listen for remote control commands outside of kitty (required for scripts) listen_on unix:/tmp/kitty +# Don't make noise in the terminal, such as when scrolling to the bottom of a man page +enable_audio_bell no + # Use a consistent window size for floating windows # remember_window_size no