From 0f69022e51ac1fe5bb82163a9141c4343d8b2fde Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Fri, 29 May 2026 13:52:46 -0400 Subject: [PATCH] disabled terminal bell --- users/richie/home/gui/kitty.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/users/richie/home/gui/kitty.nix b/users/richie/home/gui/kitty.nix index aacb3e6..e043328 100644 --- a/users/richie/home/gui/kitty.nix +++ b/users/richie/home/gui/kitty.nix @@ -12,6 +12,7 @@ tab_bar_edge = "top"; tab_bar_style = "powerline"; enabled_layouts = "splits"; + enable_audio_bell = "no"; }; keybindings = { "ctrl+alt+1" = "launch --type=tab --tab-title jeeves kitten ssh jeeves"; -- 2.54.0