diff --git a/tree/.config/alacritty/alacritty.yml.tpl b/tree/.config/alacritty/alacritty.yml.tpl index c61ce8a..2b3fcf3 100644 --- a/tree/.config/alacritty/alacritty.yml.tpl +++ b/tree/.config/alacritty/alacritty.yml.tpl @@ -23,8 +23,13 @@ window: # The FreeType rasterizer needs to know the device DPI for best results # (changes require restart) dpi: +{% if hostname == 'vostok' %} + x: 209.9 + y: 209.9 +{% else %} x: 96.0 y: 96.0 +{% end if %} # When true, bold text is drawn using the bright variant of colors. draw_bold_text_with_bright_colors: true