fix order of fonts in wezterm
This commit is contained in:
parent
08e69738fa
commit
ccc537c0d3
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ window_decorations = "NONE",
|
||||||
scrollback_lines = 999999,
|
scrollback_lines = 999999,
|
||||||
enable_scroll_bar = false,
|
enable_scroll_bar = false,
|
||||||
adjust_window_size_when_changing_font_size=false,
|
adjust_window_size_when_changing_font_size=false,
|
||||||
font = wezterm.font_with_fallback({"Hack Nerd Font", "JetBrains Mono", "Hack", "Twemoji"}),
|
font = wezterm.font_with_fallback({"Hack Nerd Font", "Hack", "JetBrains Mono", "Twemoji"}),
|
||||||
font_size = 15,
|
font_size = 15,
|
||||||
force_reverse_video_cursor = false,
|
force_reverse_video_cursor = false,
|
||||||
colors = {
|
colors = {
|
||||||
|
|
Loading…
Reference in a new issue