diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-18 21:13:42 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-10-18 21:13:42 +0200 | 
| commit | 031cfdb07fd85f23450df10cdd6b905b3c905089 (patch) | |
| tree | a4e4815d7600ff42f738f494d10fe8b897254155 /.config/alacritty | |
| parent | Added vimpcrc config (diff) | |
| download | dotfiles-bsd-031cfdb07fd85f23450df10cdd6b905b3c905089.tar.gz dotfiles-bsd-031cfdb07fd85f23450df10cdd6b905b3c905089.tar.bz2 dotfiles-bsd-031cfdb07fd85f23450df10cdd6b905b3c905089.tar.xz dotfiles-bsd-031cfdb07fd85f23450df10cdd6b905b3c905089.tar.zst dotfiles-bsd-031cfdb07fd85f23450df10cdd6b905b3c905089.zip  | |
Changed alacritty font size
Diffstat (limited to '.config/alacritty')
| -rw-r--r-- | .config/alacritty/alacritty.yml | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index af33c38..309b43c 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -139,7 +139,8 @@ font:      #style: Bold Italic    # Point size -  size: 11.0 +  # size: 11.0 +  size: 12.0    # 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.  | 
