wezterm remove padding

This commit is contained in:
Daniel Lundin 2022-01-31 14:37:14 +01:00
parent 25ceda8cf1
commit d30fe79641

View file

@ -122,8 +122,8 @@ return {
initial_cols = 110,
initial_rows = 49,
window_padding = {
left = 10,
right = 10,
left = 0,
right = 0,
top = 0,
bottom = 0,
},