diff options
author | Marc Coquand <marc@mccd.space> | 2024-06-08 12:12:57 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-06-08 12:12:57 -0500 |
commit | fdc18aae269d612d9a4fda6545f89aa3ee7f09a0 (patch) | |
tree | b33d472c26fedc846a1faff9f688b731d8297f27 /alacritty.toml | |
parent | 8dc801597a3b7d5464580b55626d1ccd6c0a444b (diff) | |
download | rcm-fdc18aae269d612d9a4fda6545f89aa3ee7f09a0.tar.gz rcm-fdc18aae269d612d9a4fda6545f89aa3ee7f09a0.tar.bz2 rcm-fdc18aae269d612d9a4fda6545f89aa3ee7f09a0.zip |
Updates
Diffstat (limited to 'alacritty.toml')
-rw-r--r-- | alacritty.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty.toml b/alacritty.toml index 467f81c..f0c378e 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -1,6 +1,6 @@ [font] -normal = { family="terminus (TTF)" } -size = 8 +normal = { family="Input Mono Condensed"} +size = 6.5 offset = { x = 0, y = 5 } [colors.primary] |