diff options
| author | Adam T. Carpenter <atc@53hor.net> | 2021-01-01 11:02:34 -0500 |
|---|---|---|
| committer | Adam T. Carpenter <atc@53hor.net> | 2021-01-01 11:02:34 -0500 |
| commit | c91d5cf51ae19fca52d14bb554f070ed81e919fc (patch) | |
| tree | db48fdb1b92a619deb26ef4c46d8cb80b61651dc /.config/alacritty | |
| parent | 63b714d7eb047a494905678464895ea9c1720df9 (diff) | |
| download | dotfiles-c91d5cf51ae19fca52d14bb554f070ed81e919fc.tar.xz dotfiles-c91d5cf51ae19fca52d14bb554f070ed81e919fc.zip | |
mostly fixing xinitrc and i3; switched back to i3 from i3-gaps
Diffstat (limited to '.config/alacritty')
| -rw-r--r-- | .config/alacritty/alacritty.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 9237dae..81ff3a7 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -148,7 +148,7 @@ font: #style: Bold Italic # Point size - size: 10.0 + size: 13 # 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. |