diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-10-22 18:35:58 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-10-22 18:35:58 +0200 |
commit | 44d86a4506657440eb01d51761d7e919341766ef (patch) | |
tree | 6f1020935cd26f7558df7c23140742f33360f9eb | |
parent | 7888a67dd93cc58e76b9374eac2da0440311fa61 (diff) | |
download | dotfiles-44d86a4506657440eb01d51761d7e919341766ef.tar dotfiles-44d86a4506657440eb01d51761d7e919341766ef.tar.zst dotfiles-44d86a4506657440eb01d51761d7e919341766ef.zip |
Update Font Size of Alacritty
-rw-r--r-- | .config/alacritty/alacritty.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 982c5c6..600c2ee 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -12,7 +12,7 @@ # available, otherwise `xterm-256color` is used. #TERM: alacritty -#window: +window: # Window dimensions (changes require restart) # # Specified in number of columns/lines, not pixels. @@ -49,7 +49,7 @@ # Values for `decorations` (macOS only): # - transparent: Title bar, transparent background and title bar buttons # - buttonless: Title bar, transparent background, but no title bar buttons - #decorations: full + decorations: none # Startup Mode (changes require restart) # @@ -135,7 +135,7 @@ font: #style: Bold Italic # Point size - size: 20.0 + size: 14.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 spacing. @@ -310,7 +310,7 @@ font: # # Window opacity as a floating point number from `0.0` to `1.0`. # The value `0.0` is completely transparent and `1.0` is opaque. -#background_opacity: 1.0 +background_opacity: 0.9 #selection: #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t" |