wezterm padding

This commit is contained in:
William 2024-09-18 21:22:01 -03:00
parent bbd092c80d
commit a3fba249cf

View file

@ -21,6 +21,12 @@ in {
end end
return { return {
disable_default_key_bindings = true, disable_default_key_bindings = true,
window_padding = {
left = 0,
right = 0,
bottom = 0,
top = 0,
},
colors = { colors = {
tab_bar = { tab_bar = {
background = '${tabbar-background}', background = '${tabbar-background}',