1
0
Fork 0

wezterm: font sizes, title bar

This commit is contained in:
Von Random 2025-12-22 15:15:54 +02:00
parent 1be682b61c
commit 48361c57d7

View file

@ -20,13 +20,14 @@ cfg.cursor_blink_rate = 0
cfg.bold_brightens_ansi_colors = false
cfg.font = wt.font('Maple Mono NL NF')
cfg.font_size = fn.set_by_os{
Darwin = 14,
others = 11
Darwin = 15,
others = 12
}
-- visuals
cfg.window_decorations = fn.set_by_os{
Darwin = 'INTEGRATED_BUTTONS|RESIZE',
Linux = 'RESIZE',
others = 'TITLE|RESIZE'
}
cfg.use_fancy_tab_bar = fn.set_by_os{