wezterm remove padding
This commit is contained in:
parent
25ceda8cf1
commit
d30fe79641
1 changed files with 2 additions and 2 deletions
|
@ -122,8 +122,8 @@ return {
|
||||||
initial_cols = 110,
|
initial_cols = 110,
|
||||||
initial_rows = 49,
|
initial_rows = 49,
|
||||||
window_padding = {
|
window_padding = {
|
||||||
left = 10,
|
left = 0,
|
||||||
right = 10,
|
right = 0,
|
||||||
top = 0,
|
top = 0,
|
||||||
bottom = 0,
|
bottom = 0,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue