From 81c250043dd55903c4d41823f23ccc8512936873 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 13 Aug 2025 19:28:28 +0300 Subject: [PATCH] wezterm: maple mono without ligatures --- dot_config/wezterm/wezterm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/wezterm/wezterm.lua b/dot_config/wezterm/wezterm.lua index 5bb8c77..1ea8d3c 100644 --- a/dot_config/wezterm/wezterm.lua +++ b/dot_config/wezterm/wezterm.lua @@ -18,7 +18,7 @@ cfg.check_for_updates = false -- fonts & text cfg.cursor_blink_rate = 0 cfg.bold_brightens_ansi_colors = false -cfg.font = wt.font('Maple Mono NF') +cfg.font = wt.font('Maple Mono NL NF') cfg.font_size = fn.set_by_os{ Darwin = 14, others = 11