Set vostok terminal DPI
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user