我是Arch的用户,我使用白蚁作为我的终端模拟器。这是一个不错的方法,但我有一个问题,那就是letters.The字母的重叠不能正确地定位,或者spaced.Im使用单空格作为字体,我试图寻找一个解决方案,但它们都没有帮助。我在下面发布我的白蚁配置文件:
[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如果能提供任何帮助,我会很感激我在这个问题上花了两天的时间。
发布于 2017-05-30 14:15:50
问题是我的字体。我安装了源代码专业字体,它的工作就像魅力。
pacman -S adobe-source-code-pro-fonts再加上
font = Source Code Pro for Powerline 11配置文件
https://unix.stackexchange.com/questions/368106
复制相似问题