diff options
Diffstat (limited to '.config/alacritty/alacritty.yml')
-rw-r--r-- | .config/alacritty/alacritty.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 6b60e38..1e647af 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -106,7 +106,8 @@ font: # - (Windows) Consolas # family: DejaVuSansMono Nerd Font # family: mononoki Nerd Font - family: UbuntuMono Nerd Font + # family: UbuntuMono Nerd Font + family: TerminessTTF Nerd Font # The `style` can be specified to pick a specific face. style: Regular @@ -147,7 +148,8 @@ font: # Point size # size: 11.0 # size: 12.0 - size: 13.0 + # size: 13.0 + size: 15.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. @@ -292,7 +294,7 @@ selection: save_to_clipboard: false # Allow terminal applications to change Alacritty's window title. -#dynamic_title: true +dynamic_title: true cursor: # Cursor style |