diff options
author | Marc Coquand <marc@mccd.space> | 2024-08-16 12:51:54 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-08-16 12:51:54 -0500 |
commit | 1c1bab4e0f73aadec8def78a5313d22e1fb9462f (patch) | |
tree | 63a528ddcc2d53d744a1b21fb85a34b6af2e9937 /alacritty.toml | |
parent | 852b533d3740f9e0bec3618b2a5fcb56281b09d9 (diff) | |
download | bsd-1c1bab4e0f73aadec8def78a5313d22e1fb9462f.tar.gz bsd-1c1bab4e0f73aadec8def78a5313d22e1fb9462f.tar.bz2 bsd-1c1bab4e0f73aadec8def78a5313d22e1fb9462f.zip |
openbsd updates
Diffstat (limited to '')
-rw-r--r-- | alacritty.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/alacritty.toml b/alacritty.toml index 77a703e..f3e46c5 100644 --- a/alacritty.toml +++ b/alacritty.toml @@ -1,9 +1,10 @@ [window] -padding = { x = 4, y = 4 } +padding = { x = 2, y = 2 } [font] normal = { family = "Iosevka SS13 Extended", style = "Regular" } -size = 14 +size = 6.5 +offset.y = 2 [colors.primary] foreground = "#000000" |