diff options
author | Joe <rrbo@proton.me> | 2023-01-31 11:46:19 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2023-01-31 11:46:19 +0100 |
commit | 7eabc900314cd93042f78123fe12ad2771050333 (patch) | |
tree | b3f6129c0d01a403be68fb5ff156a21204b00ea4 /.config/alacritty/alacritty.yml | |
parent | up (diff) | |
download | dotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.tar.gz dotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.tar.bz2 dotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.tar.xz dotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.tar.zst dotfiles-bsd-7eabc900314cd93042f78123fe12ad2771050333.zip |
Pop update
Diffstat (limited to '')
-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 |