fix(dotfiles): Disable Alacritty's visual bell
It's v e r y annoying.
This commit is contained in:
parent
ab65fb2371
commit
0dd84abd44
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue