Remove window padding in terminal
This commit is contained in:
parent
583ec5cae2
commit
b698ae11a7
1 changed files with 6 additions and 0 deletions
|
@ -27,4 +27,10 @@ return {
|
||||||
fade_out_function = "EaseOut",
|
fade_out_function = "EaseOut",
|
||||||
fade_out_duration_ms = 150,
|
fade_out_duration_ms = 150,
|
||||||
},
|
},
|
||||||
|
window_padding = {
|
||||||
|
left = 0,
|
||||||
|
right = 0,
|
||||||
|
top = 0,
|
||||||
|
bottom = 0,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue