mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-12 05:40:17 +00:00
Disable audible bell in .wezterm.lua
This commit is contained in:
parent
71bca4c3c1
commit
b92a92a729
1 changed files with 1 additions and 0 deletions
|
@ -12,4 +12,5 @@ config.keys = {
|
||||||
config.color_scheme = "Catppuccin Mocha" -- or Macchiato, Frappe, Latte
|
config.color_scheme = "Catppuccin Mocha" -- or Macchiato, Frappe, Latte
|
||||||
|
|
||||||
config.font = wezterm.font 'JetBrains Mono'
|
config.font = wezterm.font 'JetBrains Mono'
|
||||||
|
config.audible_bell = "Disabled"
|
||||||
return config
|
return config
|
||||||
|
|
Loading…
Add table
Reference in a new issue