diff options
author | ThanosApollo <[email protected]> | 2022-10-12 12:58:00 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-12 12:58:00 +0300 |
commit | 6476ac80e8959bb8034a0a2860023d8eb2ac8375 (patch) | |
tree | c5b5eaaad7e66e913f65f1bd19c45d70963a72a6 /.config/alacritty/alacritty.yml | |
parent | 65a2b283f6b5c51809ed2fd257532f7fe55075ec (diff) |
Update xmonad system and zsh
Diffstat (limited to '.config/alacritty/alacritty.yml')
-rw-r--r-- | .config/alacritty/alacritty.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 38b5b81..a2fb161 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -115,9 +115,9 @@ font: # # Default: # - (macOS) Menlo - # - (Linux/BSD) hackspace + # - (Linux/BSD) monospace # - (Windows) Consolas - family: hack + family: mono # The `style` can be specified to pick a specific face. style: Regular @@ -128,7 +128,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: hack + family: mono # The `style` can be specified to pick a specific face. style: Bold @@ -139,7 +139,7 @@ font: # # If the italic family is not specified, it will fall back to the # value specified for the normal font. - family: hack + family: mono # The `style` can be specified to pick a specific face. style: Italic @@ -150,7 +150,7 @@ font: # # If the bold italic family is not specified, it will fall back to the # value specified for the normal font. - family: hack + family: monospace # The `style` can be specified to pick a specific face. style: Bold Italic |