mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[alacritty] fix font-size for second screen
This commit is contained in:
parent
1b5d401f42
commit
0a5d037573
1 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ font:
|
||||||
# style: Italic
|
# style: Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 12.0
|
size: 11.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought of
|
# 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.
|
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
||||||
|
@ -123,7 +123,7 @@ font:
|
||||||
# screens and make reading text a little easier.
|
# screens and make reading text a little easier.
|
||||||
# On X11 it is possible to change the DPI for each instance of alacritty by using
|
# 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.
|
# `WINIT_HIDPI_FACTOR=1.0 alacritty` to scale the font.
|
||||||
scale_with_dpi: true
|
scale_with_dpi: false
|
||||||
|
|
||||||
# Display the time it takes to redraw each frame.
|
# Display the time it takes to redraw each frame.
|
||||||
render_timer: false
|
render_timer: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue