wezterm: padding

This commit is contained in:
Daniel Lundin 2021-06-26 22:42:52 +02:00
parent 96225344be
commit 2e347053c0

View file

@ -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,