diff options
Diffstat (limited to 'alacritty')
| -rw-r--r-- | alacritty/alacritty.yml | 4 |
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. |
