Tweak Alacritty settings
This commit is contained in:
parent
3acd73f6a2
commit
ed50cf8f1e
|
@ -24,8 +24,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
window.padding = {
|
window.padding = {
|
||||||
x = 15;
|
x = 10;
|
||||||
y = 15;
|
y = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
|
@ -34,8 +34,6 @@ in
|
||||||
bold.style = "Regular";
|
bold.style = "Regular";
|
||||||
normal.family = "${theme.fonts.monospace.name}";
|
normal.family = "${theme.fonts.monospace.name}";
|
||||||
|
|
||||||
offset.y = 6;
|
|
||||||
glyph_offset.y = 3;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
terminal.shell = {
|
terminal.shell = {
|
||||||
|
|
Loading…
Reference in a new issue