diff options
author | ThanosApollo <[email protected]> | 2022-08-07 13:56:47 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-08-07 13:56:47 +0300 |
commit | 746359627ca0d2a55d207c16ee9a21b7be4eabc0 (patch) | |
tree | 7023392b0ca3bfa3541061c9fceab2cb77c015d1 /.config/alacritty | |
parent | 54c2b4925e6928302692f1b302695d8ffc4cc525 (diff) |
Update to new system, add 2nd lang on qtile
Diffstat (limited to '.config/alacritty')
-rw-r--r-- | .config/alacritty/alacritty.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 31e4248..a2fb161 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -117,7 +117,7 @@ font: # - (macOS) Menlo # - (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 |