Add wezterm window decorations
This commit is contained in:
parent
b0e4d5af9b
commit
cb55e8c7db
|
@ -9,10 +9,9 @@ require "navigator"
|
|||
return {
|
||||
font_size = 14,
|
||||
window_background_opacity = 0.85,
|
||||
window_decorations = "RESIZE",
|
||||
color_scheme = scheme_name,
|
||||
use_fancy_tab_bar = false,
|
||||
tab_max_width = 64,
|
||||
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) },
|
||||
disable_default_key_bindings = true,
|
||||
keys = require "keys",
|
||||
|
|
Loading…
Reference in a new issue