Remove window padding in terminal

This commit is contained in:
Charlotte Van Petegem 2022-06-30 14:16:36 +02:00
parent 583ec5cae2
commit b698ae11a7
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -27,4 +27,10 @@ return {
fade_out_function = "EaseOut",
fade_out_duration_ms = 150,
},
window_padding = {
left = 0,
right = 0,
top = 0,
bottom = 0,
},
}