This commit is contained in:
2024-11-29 11:46:42 -05:00
parent 109db8a313
commit 34ba73263e
2 changed files with 29 additions and 21 deletions

View File

@@ -44,6 +44,13 @@ return {
},
},
window_padding = {
left = 10, -- Padding on the left side
right = 10, -- Padding on the right side
top = 10, -- Padding on the top
bottom = 10, -- Padding on the bottom
},
-- Font settings (adjust as needed)
font = wezterm.font("JetBrains Mono"), -- Change this to your preferred font
font_size = 12.0, -- Adjust the font size