aboutsummaryrefslogtreecommitdiff
path: root/alacritty/alacritty.yml
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2020-10-14 23:57:21 +0200
committerbozo.kopic <bozo@kopic.xyz>2020-10-14 23:57:21 +0200
commita7f6bcbf2930fda0547136491bf1a67c3b337224 (patch)
treeac912071501f523741c2629a5ab99d07384f1ded /alacritty/alacritty.yml
parent2dcb41cd467d47a4c867b91cf5b26a4158937e7d (diff)
.
Diffstat (limited to 'alacritty/alacritty.yml')
-rw-r--r--alacritty/alacritty.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml
index 774fa4d..6c08e4a 100644
--- a/alacritty/alacritty.yml
+++ b/alacritty/alacritty.yml
@@ -88,7 +88,7 @@ font:
#style: Italic
# Point size
- size: 11.0
+ size: 12
# Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
@@ -107,7 +107,7 @@ font:
# screens and make reading text a little easier.
# On X11 it is possible to change the DPI for each instance of alacritty by using
# `WINIT_HIDPI_FACTOR=1.0 alacritty` to scale the font.
- scale_with_dpi: true
+ #scale_with_dpi: true
# If `true`, bold text is drawn using the bright color variants.