wezterm: transition to cascadia with baked-in features
This commit is contained in:
parent
c0f18f5405
commit
e810d90438
1 changed files with 3 additions and 6 deletions
|
@ -18,13 +18,10 @@ cfg.check_for_updates = false
|
|||
-- fonts & text
|
||||
cfg.cursor_blink_rate = 0
|
||||
cfg.bold_brightens_ansi_colors = false
|
||||
cfg.font = wt.font{
|
||||
family = 'Cascadia Mono PL',
|
||||
harfbuzz_features = {"ss01", "ss19", "ss20"}
|
||||
}
|
||||
cfg.font = wt.font('Vascadia Mono PL')
|
||||
cfg.font_size = fn.set_by_os{
|
||||
Darwin = 14,
|
||||
others = 10
|
||||
Darwin = 15,
|
||||
others = 11
|
||||
}
|
||||
|
||||
-- visuals
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue