save
This commit is contained in:
@@ -13,15 +13,18 @@ if wezterm.target_triple:find("windows") then
|
|||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
config.hide_tab_bar_if_only_one_tab = true
|
config.enable_tab_bar = false
|
||||||
config.window_padding = {
|
config.window_padding = {
|
||||||
left = 0,
|
left = 15,
|
||||||
right = 0,
|
right = 15,
|
||||||
top = 0,
|
top = 15,
|
||||||
bottom = 0,
|
bottom = 15,
|
||||||
}
|
}
|
||||||
|
|
||||||
config.font = wezterm.font("ComicShannsMono Nerd Font")
|
config.font = wezterm.font("ComicShannsMono Nerd Font")
|
||||||
config.font_size = 20.0
|
config.font_size = 20.0
|
||||||
|
|
||||||
|
config.front_end = "WebGpu"
|
||||||
|
config.window_decorations = "RESIZE"
|
||||||
|
|
||||||
return config
|
return config
|
||||||
2
wezterm/.wezterm.lua:Zone.Identifier
Normal file
2
wezterm/.wezterm.lua:Zone.Identifier
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
[ZoneTransfer]
|
||||||
|
ZoneId=3
|
||||||
Reference in New Issue
Block a user