1
0
Fork 0
mirror of https://gitlab.com/mlunax/dotfiles.git synced 2025-04-04 18:20:18 +00:00

Disable audible bell in .wezterm.lua

This commit is contained in:
Luna 2023-08-11 08:19:42 +02:00
parent 71bca4c3c1
commit b92a92a729

View file

@ -12,4 +12,5 @@ config.keys = {
config.color_scheme = "Catppuccin Mocha" -- or Macchiato, Frappe, Latte
config.font = wezterm.font 'JetBrains Mono'
config.audible_bell = "Disabled"
return config