Set vostok terminal DPI

This commit is contained in:
2021-04-08 11:01:03 +02:00
parent d0d5f20bbf
commit 8e1f920336

View File

@ -23,8 +23,13 @@ window:
# The FreeType rasterizer needs to know the device DPI for best results # The FreeType rasterizer needs to know the device DPI for best results
# (changes require restart) # (changes require restart)
dpi: dpi:
{% if hostname == 'vostok' %}
x: 209.9
y: 209.9
{% else %}
x: 96.0 x: 96.0
y: 96.0 y: 96.0
{% end if %}
# When true, bold text is drawn using the bright variant of colors. # When true, bold text is drawn using the bright variant of colors.
draw_bold_text_with_bright_colors: true draw_bold_text_with_bright_colors: true