Update Alacritty configuration
This commit is contained in:
parent
b6ce95feb3
commit
545b386096
|
@ -14,6 +14,7 @@ Instead of grouping changes by tag, they are grouped by the date they are releas
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
* Update Alacritty configuration.
|
||||||
* Change `splitbelow` to `false` in Neovim.
|
* Change `splitbelow` to `false` in Neovim.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
|
@ -11,12 +11,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
font = {
|
font = {
|
||||||
size = 16.0;
|
size = 12.0;
|
||||||
|
|
||||||
bold.style = "Regular";
|
bold.style = "Regular";
|
||||||
bolditalic.style = "Regular";
|
bolditalic.style = "Italic";
|
||||||
italic.style = "Regular";
|
normal.family = "JetBrainsMono Nerd Font Mono";
|
||||||
normal.family = "AnonymicePro Nerd Font Mono";
|
# fc-list : family | sort | grep "Nerd Font"
|
||||||
|
|
||||||
offset.y = 12;
|
offset.y = 12;
|
||||||
glyph_offset.y = 6;
|
glyph_offset.y = 6;
|
||||||
|
|
Loading…
Reference in a new issue