chore: adjust window padding

This commit is contained in:
2024-12-11 20:29:41 -05:00
parent 1236d6d600
commit ae332cc090
+1 -1
View File
@@ -25,7 +25,7 @@ config = {
window_padding = { window_padding = {
left = 2, left = 2,
right = 2, right = 2,
top = 15, top = 7,
bottom = 0, bottom = 0,
}, },
} }