Disable transparency, disable wezterm audible bell
This commit is contained in:
parent
c221b44295
commit
fdb3fd73e1
|
@ -1,7 +1,7 @@
|
|||
return {
|
||||
flavour = "macchiato",
|
||||
term_colors = true,
|
||||
transparent_background = true,
|
||||
-- transparent_background = true,
|
||||
integrations = {
|
||||
dashboard = true,
|
||||
gitsigns = true,
|
||||
|
|
|
@ -7,12 +7,14 @@ require("status").setup(scheme)
|
|||
require "navigator"
|
||||
|
||||
return {
|
||||
audible_bell = "Disabled",
|
||||
font_size = 14,
|
||||
window_background_opacity = 0.85,
|
||||
-- window_background_opacity = 0.85,
|
||||
color_scheme = scheme_name,
|
||||
use_fancy_tab_bar = false,
|
||||
tab_max_width = 79,
|
||||
tab_bar_style = { new_tab = tab_bar_style.new_tab(scheme), new_tab_hover = tab_bar_style.new_tab_hover(scheme) },
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
disable_default_key_bindings = true,
|
||||
keys = require "keys",
|
||||
key_tables = require "key_tables",
|
||||
|
|
Loading…
Reference in a new issue