wezterm: add term padding

This commit is contained in:
notohh 2023-11-27 06:52:48 -05:00
parent 324ffc1e53
commit 1ee904a698
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -15,5 +15,5 @@ return {
enable_tab_bar = false, enable_tab_bar = false,
color_scheme = 'tokyonight', color_scheme = 'tokyonight',
window_padding = { top = 0, bottom = 0, left = 0, right = 0 } window_padding = { top = 20, bottom = 20, left = 20, right = 20 }
} }