흰개미 겹치는 글자

흰개미 겹치는 글자

저는 Arch Linux 사용자이고 터미널 에뮬레이터로 흰개미를 사용하고 있습니다. 좋은 것이지만 문자가 겹치는 문제가 있습니다. 문자의 방향이나 간격이 올바르지 않습니다. 고정 폭을 글꼴로 사용하고 있는데 해결책을 찾으려고 했지만 그 중 어느 것도 도움이 되지 않았습니다. 아래에 흰개미 구성 파일을 게시하고 있습니다.

[options]
scroll_on_output = false
scroll_on_keystroke = true
audible_bell = false
mouse_autohide = false
allow_bold = true
dynamic_title = true
urgent_on_bell = true
clickable_url = true
font = Monospace 15
scrollback_lines = 10000
search_wrap = true
#icon_name = terminal
geometry = 405x450
# "system", "on" or "off"
cursor_blink = system

# "block", "underline" or "ibeam"
cursor_shape = block

# $BROWSER is used by default if set, with xdg-open as a fallback
#browser = xdg-open

# set size hints for the window
#size_hints = false

# Hide links that are no longer valid in url select overlay mode
filter_unmatched_urls = true

# emit escape sequences for extra modified keys
#modify_other_keys = false

[colors]
#cursor = #dcdccc
#cursor_foreground = #dcdccc
foreground = #dcdccc
foreground_bold = #ffffff
#background = #3f3f3f

# 20% background transparency (requires a compositor)
background = rgba(63, 63, 63, 0.8)

# if unset, will reverse foreground and background
highlight = #2f2f2f

# colors from color0 to color254 can be set
color0 = #3f3f3f
color1 = #705050
color2 = #60b48a
color3 = #dfaf8f
color4 = #506070
color5 = #dc8cc3
color6 = #8cd0d3
color7 = #dcdccc
color8 = #709080
color9 = #dca3a3
color10 = #c3bf9f
color11 = #f0dfaf
color12 = #94bff3
color13 = #ec93d3
color14 = #93e0e3
color15 = #ffffff

[hints]
#font = Monospace 12
#foreground = #dcdccc
#background = #3f3f3f
#active_foreground = #e68080
#active_background = #3f3f3f
#padding = 2
#border = #3f3f3f
#border_width = 0.5
#roundness = 2.0

# vim: ft=dosini cms=#%s

어떤 도움이라도 주시면 감사하겠습니다. 저는 지금 이 문제를 이틀 동안 헤매고 있습니다.

답변1

문제는 내 글꼴에 있었습니다. 소스 코드 프로 글꼴을 설치했는데 정말 매력적이었습니다.

pacman -S adobe-source-code-pro-fonts

그리고 추가하세요

font = Source Code Pro for Powerline 11

구성 파일에서

관련 정보