wezterm: font sizes, title bar
This commit is contained in:
parent
1be682b61c
commit
48361c57d7
1 changed files with 3 additions and 2 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue