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_cols = 120,
-- initial_rows = 40, -- initial_rows = 40,
window_padding = { window_padding = {
left = 0, left = 10,
right = 0, right = 10,
top = 0, top = 10,
bottom = 0, bottom = 10,
}, },
enable_tab_bar = true, enable_tab_bar = true,