diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/alacritty.yml b/alacritty.yml index e4080a8c..fb498fda 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -27,12 +27,6 @@ padding: x: 2 y: 2 -# The FreeType rasterizer needs to know the device DPI for best results -# (changes require restart) -dpi: - x: 96.0 - y: 96.0 - # Display tabs using this many cells (changes require restart) tabspaces: 8 |