From ebd38f19221f91a4a6bad97c1a582c9218c3efb3 Mon Sep 17 00:00:00 2001 From: self Date: Fri, 17 Feb 2023 14:03:25 +0000 Subject: Change font to monospace for system default --- alacritty/alacritty.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 7b7c7fd..a4b82b8 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -15,15 +15,15 @@ scrolling: multiplier: 7 # Font configuration -font: +font: # TO future me: please change ~/.config/fontconfig before this normal: - family: "CodeNewRoman Nerd Font Mono" - style: Book + family: monospace + style: Regular bold: - family: "CodeNewRoman Nerd Font Mono" + family: monospace style: Bold italic: - family: "CodeNewRoman Nerd Font Mono" + family: monospace style: Italic size: 6.5 @@ -85,7 +85,7 @@ font: window: - opacity: 0.85 + opacity: 0.95 import: # Nice Themes: # # thelovelace -- cgit v1.2.1