summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVon Random <von@vdrandom.org>2024-05-15 20:53:01 +0300
committerVon Random <von@vdrandom.org>2024-05-15 20:53:01 +0300
commit3b88a90f781c42b66134a5c07ee71ec1002fec21 (patch)
tree85d2a27368e93275d863d963e4d2f62f430cf83e
parent3cc24bd8746b52a40e05738c94e10a9e8001378e (diff)
wezterm: fontsHEADmaster
-rw-r--r--gui/.config/wezterm/wezterm.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/.config/wezterm/wezterm.lua b/gui/.config/wezterm/wezterm.lua
index 14e3562..d4b726e 100644
--- a/gui/.config/wezterm/wezterm.lua
+++ b/gui/.config/wezterm/wezterm.lua
@@ -18,10 +18,10 @@ cfg.audible_bell = 'Disabled'
cfg.check_for_updates = false
-- fonts & text
-cfg.harfbuzz_features = nil
cfg.cursor_blink_rate = 0
cfg.bold_brightens_ansi_colors = false
cfg.font = wt.font('Fantasque Sans Mono')
+cfg.harfbuzz_features = {'calt=0'}
cfg.font_size = fn.set_by_os{
Darwin = 15,
others = 12