diff options
| author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-18 20:25:08 +0200 | 
|---|---|---|
| committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-18 20:25:08 +0200 | 
| commit | 291a8472fce6b9470436d3b8fd82899247803dfe (patch) | |
| tree | 708e541557973b6816b63b3253835ecd2f4ccf70 /.config/alacritty | |
| parent | fix (diff) | |
| download | dotfiles-bsd-291a8472fce6b9470436d3b8fd82899247803dfe.tar.gz dotfiles-bsd-291a8472fce6b9470436d3b8fd82899247803dfe.tar.bz2 dotfiles-bsd-291a8472fce6b9470436d3b8fd82899247803dfe.tar.xz dotfiles-bsd-291a8472fce6b9470436d3b8fd82899247803dfe.tar.zst dotfiles-bsd-291a8472fce6b9470436d3b8fd82899247803dfe.zip  | |
Revert
Diffstat (limited to '.config/alacritty')
| -rw-r--r-- | .config/alacritty/alacritty.yml | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 6d3be47..c0c17c8 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -97,8 +97,8 @@ font:      #   - (macOS) Menlo      #   - (Linux/BSD) monospace      #   - (Windows) Consolas -    # family: DejaVu Sans Mono Nerd Font -    family: mononoki Nerd Font +    family: DejaVu Sans Mono Nerd Font +    # family: mononoki Nerd Font      # family: Px437 AT&T PC6300      # family: Px437 IBM VGA9 @@ -139,7 +139,7 @@ font:      #style: Bold Italic    # Point size -  size: 12.0 +  size: 11.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.  | 
