From e810d90438375d48a7f17ec4ed014749cb099c0f Mon Sep 17 00:00:00 2001 From: Von Random Date: Sun, 11 May 2025 15:21:34 +0300 Subject: [PATCH] wezterm: transition to cascadia with baked-in features --- dot_config/wezterm/wezterm.lua | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index 4184d4d..f8cf635 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -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