summaryrefslogtreecommitdiffstats
path: root/alacritty.yml
diff options
context:
space:
mode:
authorChristian Duerr <chrisduerr@users.noreply.github.com>2018-11-18 23:05:38 +0000
committerGitHub <noreply@github.com>2018-11-18 23:05:38 +0000
commite429b8dfdda3228838cd839783d17376a65b44fe (patch)
treecf152b28faba4499633390464aabf3b3a3a58a31 /alacritty.yml
parente72a649794069ef15773b72eabdcfc8d525289d0 (diff)
Remove `scale_with_dpi` setting from config
Since the `scale_with_dpi` setting has been deprecated, but it hasn't been removed from the config, Alacritty would print an error every time it is started. To resolve this problem, the option is removed from the default configuration file.
Diffstat (limited to 'alacritty.yml')
-rw-r--r--alacritty.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/alacritty.yml b/alacritty.yml
index 83ec652f..b3b7e977 100644
--- a/alacritty.yml
+++ b/alacritty.yml
@@ -121,12 +121,6 @@ font:
x: 0
y: 0
- # Scale the font size based on the monitor's DPI. This will lead to bigger text on HiDPI
- # 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
-
# Display the time it takes to redraw each frame.
render_timer: false