1
0
mirror of https://github.com/Foltik/dotfiles synced 2024-11-24 04:22:50 -05:00

Update alacritty config for new version

This commit is contained in:
Jack Foltz 2018-12-11 23:17:57 -05:00
parent e03c70a6d8
commit 864f9f2027
Signed by: foltik
GPG Key ID: D1F0331758D1F29A

View File

@ -118,12 +118,6 @@ font:
x: 0 x: 0
y: 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. # Display the time it takes to redraw each frame.
render_timer: false render_timer: false