diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2022-06-28 22:44:03 +0200 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2022-06-28 22:44:03 +0200 |
| commit | 9ea8856e5daa8bea3d3fee17b140d27cff2c5909 (patch) | |
| tree | d8132f0dec70389e034077cdbf8bb52a4a35d175 | |
| parent | d2ec5893708af1e4b05e6ad4198bc3ff4fd2ee10 (diff) | |
Alacritty: change font
| -rw-r--r-- | .config/.alacritty.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/.alacritty.yml b/.config/.alacritty.yml index 5042abc..ca0cb0e 100644 --- a/.config/.alacritty.yml +++ b/.config/.alacritty.yml @@ -1,13 +1,15 @@ -# Configuration for Alacritty, the GPU enhanced terminal emulator. shell: program: /usr/bin/tmux args: - - new-session + - new font: - size: 14 + size: 7 normal: - family: FantasqueSansMono + # family: DejaVuSansMono + # family: UbuntuMono + # style: Nerd + family: FiraMono style: Normal colors: |