feat(wezterm): disable bell

This commit is contained in:
reo101 2024-07-21 17:47:55 +03:00
parent b1131e7067
commit b467917c95
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
2 changed files with 18 additions and 0 deletions

View file

@ -55,6 +55,12 @@ M.window_padding = {
bottom = 0,
}
-----------
-- Bell ---
-----------
M.audible_bell = "Disabled"
M.visual_bell = {}
-------------
-- Tab bar --
-------------