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
|
||||
|
||||
* Update Alacritty configuration.
|
||||
* Change `splitbelow` to `false` in Neovim.
|
||||
|
||||
### Removed
|
||||
|
|
|
@ -11,12 +11,12 @@
|
|||
};
|
||||
|
||||
font = {
|
||||
size = 16.0;
|
||||
size = 12.0;
|
||||
|
||||
bold.style = "Regular";
|
||||
bolditalic.style = "Regular";
|
||||
italic.style = "Regular";
|
||||
normal.family = "AnonymicePro Nerd Font Mono";
|
||||
bolditalic.style = "Italic";
|
||||
normal.family = "JetBrainsMono Nerd Font Mono";
|
||||
# fc-list : family | sort | grep "Nerd Font"
|
||||
|
||||
offset.y = 12;
|
||||
glyph_offset.y = 6;
|
||||
|
|
Loading…
Reference in a new issue