From db49375f5564a51cbbbec403ae71df37f0cc75cb Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Thu, 20 Feb 2025 14:52:53 -0800 Subject: [PATCH] Stop Kitty from bouncing in the dock --- nix/modules/kitty/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/modules/kitty/default.nix b/nix/modules/kitty/default.nix index 20e6b00..d12a6be 100644 --- a/nix/modules/kitty/default.nix +++ b/nix/modules/kitty/default.nix @@ -11,6 +11,7 @@ background_opacity = "1.0"; macos_option_as_alt = "left"; enable_audio_bell = "no"; + window_alert_on_bell = "no"; shell_integration = "disabled"; };