[wezterm] silence the bells!

This commit is contained in:
eleith 2023-07-11 15:06:24 +00:00
parent baf26fd597
commit d583279522
1 changed files with 14 additions and 0 deletions

View File

@ -24,4 +24,18 @@ config.hide_tab_bar_if_only_one_tab = true
config.adjust_window_size_when_changing_font_size = false
config.window_decorations = "RESIZE"
-- disable audio bell
config.audible_bell = "Disabled"
config.visual_bell = {
fade_in_function = 'EaseIn',
fade_in_duration_ms = 150,
fade_out_function = 'EaseOut',
fade_out_duration_ms = 150,
}
config.colors = {
visual_bell = '#202020',
}
return config