From 0dd84abd4479f04961105d5cc8309e70109be3d2 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 14 Oct 2018 15:47:43 +0200 Subject: [PATCH] fix(dotfiles): Disable Alacritty's visual bell It's v e r y annoying. --- dotfiles/alacritty.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotfiles/alacritty.yml b/dotfiles/alacritty.yml index eac401a59..d229fbdde 100644 --- a/dotfiles/alacritty.yml +++ b/dotfiles/alacritty.yml @@ -197,3 +197,7 @@ hide_cursor_when_typing: false # Live config reload (changes require restart) live_config_reload: true + +# Disable visual bell +visual_bell: + duration: 0