From 8e1f920336f5c531be969b446a40f5ebd25a5624 Mon Sep 17 00:00:00 2001 From: Joakim Hulthe Date: Thu, 8 Apr 2021 11:01:03 +0200 Subject: [PATCH] Set vostok terminal DPI --- tree/.config/alacritty/alacritty.yml.tpl | 5 +++++ 1 file changed, 5 insertions(+) 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