commit | c3585f19fb8e9a42d4bc1f8ff2778373fa2ce54a | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Tue May 31 15:41:17 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Tue May 31 15:41:17 2022 +0100 |
tree | 2d46dd42567558d62f6586626c3f04048ed682da | |
parent | e11b9a7925b31f29ca1a6eb79e151befa595ddbb [diff] |
Make kitty use a visual bell
diff --git a/src/apps/personal/kitty.nix b/src/apps/personal/kitty.nix index ed5721b..9352659 100644 --- a/src/apps/personal/kitty.nix +++ b/src/apps/personal/kitty.nix
@@ -3,6 +3,11 @@ enable = true; theme = "One Half"; + + settings = { + enable_audio_bell = "no"; + visual_bell_duration = "0.1"; + }; }; programs.zsh.initExtra = ''