diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index fe9e209..e290038 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -53,42 +53,22 @@ scrolling: # DEPRECATED # faux_multiplier: 3 - # Scroll to the bottom when new text is written to the terminal. - auto_scroll: false - -tabspaces: 4 - # Font configuration (changes require restart) font: # Normal (roman) font face - #normal: - # Font family - # Default: - # - (Linux) monospace - #family: monospace - - # The `style` can be specified to pick a specific face. - #style: Regular + normal: + family: Hack Nerd Font + style: Regular # Bold font face - #bold: - # Font family - # If the bold family is not specified, it will fall back to the - # value specified for the normal font. - #family: monospace - - # The `style` can be specified to pick a specific face. - #style: Bold + bold: + family: Hack Nerd Font + style: Bold # Italic font face - #italic: - # Font family - # If the italic family is not specified, it will fall back to the - # value specified for the normal font. - #family: monospace - - # The `style` can be specified to pick a specific face. - #style: Italic + italic: + family: Hack Nerd Font + style: Italic # Point size size: 11.0