wezterm: padding
This commit is contained in:
parent
96225344be
commit
2e347053c0
1 changed files with 4 additions and 4 deletions
|
@ -119,10 +119,10 @@ return {
|
|||
-- initial_cols = 120,
|
||||
-- initial_rows = 40,
|
||||
window_padding = {
|
||||
left = 0,
|
||||
right = 0,
|
||||
top = 0,
|
||||
bottom = 0,
|
||||
left = 10,
|
||||
right = 10,
|
||||
top = 10,
|
||||
bottom = 10,
|
||||
},
|
||||
|
||||
enable_tab_bar = true,
|
||||
|
|
Loading…
Reference in a new issue