Tweak Alacritty settings

This commit is contained in:
Oliver Davies 2024-12-05 19:33:06 +00:00
parent 3acd73f6a2
commit ed50cf8f1e

View file

@ -24,8 +24,8 @@ in
};
window.padding = {
x = 15;
y = 15;
x = 10;
y = 10;
};
font = {
@ -34,8 +34,6 @@ in
bold.style = "Regular";
normal.family = "${theme.fonts.monospace.name}";
offset.y = 6;
glyph_offset.y = 3;
};
terminal.shell = {