feat: removed terminal padding

This commit is contained in:
David Ibia
2025-02-09 00:07:22 +01:00
parent 2c754b7b32
commit d1ccd766d1

View File

@@ -24,9 +24,9 @@ config.background = {
},
}
config.window_padding = {
left = 3,
right = 3,
top = 10,
left = 0,
right = 0,
top = 0,
bottom = 0,
}