diff options
author | lxfdell <sng@luxagraf.net> | 2021-01-17 12:05:47 -0500 |
---|---|---|
committer | lxfdell <sng@luxagraf.net> | 2021-01-17 12:05:47 -0500 |
commit | cd8f098bef406ca83b003a2049dfc3ea29c94320 (patch) | |
tree | e413fccdce9efb6185d6ecadb8c69e799b815800 /.config/alacritty | |
parent | 58e6a9a4fddcb6851de641c7db245d8c699c054b (diff) |
branch to handle hardware specifics of Dell XPS 13
Diffstat (limited to '.config/alacritty')
-rw-r--r-- | .config/alacritty/alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index b4bbe03..be06481 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -120,7 +120,7 @@ font: # Point size of the font #size: 10.0 - size: 15 + size: 14 # 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. |