diff options
author | neodarz <neodarz@neodarz.net> | 2019-09-04 20:29:22 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-09-04 20:41:02 +0200 |
commit | c1c0857f7a816b5b3f10fd3554b8bb9b24d1e193 (patch) | |
tree | 73337a7b79376967f9200aeaa41b300fb6699429 /alacritty/.config | |
parent | fb30fb16f5f03cdff6cdd670f6aa7211c1fc7efe (diff) | |
download | dotfiles_ascii-c1c0857f7a816b5b3f10fd3554b8bb9b24d1e193.tar.xz dotfiles_ascii-c1c0857f7a816b5b3f10fd3554b8bb9b24d1e193.zip |
Add some conf
Diffstat (limited to '')
-rw-r--r-- | alacritty/.config/alacritty/alacritty.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alacritty/.config/alacritty/alacritty.yml b/alacritty/.config/alacritty/alacritty.yml index d1174be..2b1f4ff 100644 --- a/alacritty/.config/alacritty/alacritty.yml +++ b/alacritty/.config/alacritty/alacritty.yml @@ -103,7 +103,7 @@ font: #style: Italic # Point size - size: 7.0 + size: 8.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. @@ -125,7 +125,7 @@ font: #scale_with_dpi: true # Display the time it takes to redraw each frame. -render_timer: false +debug.render_timer: false # If `true`, bold text is drawn using the bright color variants. draw_bold_text_with_bright_colors: true |