Skip to content

Commit

Permalink
fix(wezterm): use custom glyphs
Browse files Browse the repository at this point in the history
  • Loading branch information
minusfive committed Nov 4, 2024
1 parent d3f335c commit 2dad001
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .config/wezterm/wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ config.font = wezterm.font({
family = "JetBrains Mono",
harfbuzz_features = { "calt=0", "clig=0", "liga=0" },
})
config.custom_block_glyphs = true
config.anti_alias_custom_block_glyphs = true

-- Keys
config.enable_kitty_keyboard = true
Expand Down

0 comments on commit 2dad001

Please sign in to comment.