diff options
author | Joe <rbo@gmx.us> | 2024-12-24 22:42:34 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-24 22:42:34 +0100 |
commit | 1c11794987999422984fd6e4b1bc5717cefec088 (patch) | |
tree | 5703b60ed6e86e8243aef8feb1046ec62bb278cd /.config/alacritty/alacritty.toml | |
parent | status up (diff) | |
download | dotfiles-bsd-1c11794987999422984fd6e4b1bc5717cefec088.tar.gz dotfiles-bsd-1c11794987999422984fd6e4b1bc5717cefec088.tar.bz2 dotfiles-bsd-1c11794987999422984fd6e4b1bc5717cefec088.tar.xz dotfiles-bsd-1c11794987999422984fd6e4b1bc5717cefec088.tar.zst dotfiles-bsd-1c11794987999422984fd6e4b1bc5717cefec088.zip |
up
Diffstat (limited to '.config/alacritty/alacritty.toml')
-rw-r--r-- | .config/alacritty/alacritty.toml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index 998c682..2b98fbe 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -49,11 +49,13 @@ args = ["--login"] [font] -size = 15.0 +#size = 15.0 +size = 14.0 [font.normal] -family = "UbuntuMono Nerd Font" -style = "Regular" +#family = "UbuntuMono Nerd Font" +family = "Terminess Nerd Font" +style = "Bold" [font.offset] x = 0 |