diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2022-10-23 12:57:32 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2022-10-23 12:57:32 +0200 |
| commit | b62e938bf36f8a567c7cf4ee2e94daeb1336056b (patch) | |
| tree | d77cfe81d139aea1643a03490a06c6d23845f4e8 /alacritty | |
| parent | 2c2765f1c7b7b9a266fd64f60a4ba80002b5ef12 (diff) | |
| download | dotfiles-b62e938bf36f8a567c7cf4ee2e94daeb1336056b.tar.xz dotfiles-b62e938bf36f8a567c7cf4ee2e94daeb1336056b.zip | |
Modified some config file nvim/awesome/kitty
Diffstat (limited to 'alacritty')
| -rw-r--r-- | alacritty/.config/alacritty/alacritty.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index c829752..7218515 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -117,7 +117,7 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: JetBrains Mono + family: JetBrains Mono Nerd Font # 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: JetBrains Mono Nerd Font # 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: JetBrains Mono Nerd Font # The `style` can be specified to pick a specific face. style: Italic @@ -150,13 +150,13 @@ font: # # If the bold italic family is not specified, it will fall back to the # value specified for the normal font. - family: monospace + family: JetBrains Mono Nerd Font # The `style` can be specified to pick a specific face. style: Bold Italic # Point size - size: 11.0 + size: 13.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter @@ -374,10 +374,10 @@ colors: # When set to `true`, selected text will be copied to the primary clipboard. #save_to_clipboard: false -#cursor: - # Cursor style - #style: - # Cursor shape +# cursor: +# Cursor style +# style: +# Cursor Beam # # Values for `shape`: # - ▇ Block |
