rice

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7a1e82e049c1657b55583b586371ec114c2a0173
parent 32f543f0527b99bf508e1ae2e212bab880dcd016
Author: Mark Feller <mjfeller1992@gmail.com>
Date:   Sun, 27 Sep 2020 14:23:20 -0600

fix up alacritty config for new releases

Diffstat:
Mdots/.config/alacritty/alacritty.yml | 11++++-------
1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dots/.config/alacritty/alacritty.yml b/dots/.config/alacritty/alacritty.yml @@ -14,6 +14,8 @@ env: TERM: xterm-256color window: + dynamic_title: true + # Window dimensions in character columns and lines # (changes require restart) dimensions: @@ -31,9 +33,6 @@ window: # Setting this to false will result in window without borders and title bar. decorations: transparent -# Display tabs using this many cells (changes require restart) -tabspaces: 8 - # When true, bold text is drawn using the bright variant of colors. draw_bold_text_with_bright_colors: true @@ -58,7 +57,7 @@ font: # style: Italic # Point size of the font - size: 10.0 + size: 12.0 # Offset is the extra space around each character. offset.y can be thought of # as modifying the linespacing, and offset.x as modifying the letter spacing. @@ -150,7 +149,7 @@ colors: # # To completely disable the visual bell, set its duration to 0. # -visual_bell: +bell: animation: EaseOutExpo duration: 0 @@ -198,8 +197,6 @@ mouse: selection: semantic_escape_chars: ",│`|:\"' ()[]{}<>" -dynamic_title: true - hide_cursor_when_typing: false # Style of the cursor