diff options
author | Benjamin Morrison <ben@gbmor.dev> | 2020-09-30 20:05:53 -0400 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.dev> | 2020-09-30 20:07:01 -0400 |
commit | 5ccd82455d96739f962486662171b6015ae2ef54 (patch) | |
tree | cc270abd2472a2b0a3d9eee049c3a87d55b3695a /.config/alacritty | |
parent | 56a0d43bff67279ca30ec394bea225a147d9dc4b (diff) | |
download | dogfiles-5ccd82455d96739f962486662171b6015ae2ef54.tar.gz |
adjustments for new machine
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 17821b7..eb1063f 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -31,6 +31,7 @@ window: # Spread additional padding evenly around the terminal content. dynamic_padding: false + dynamic_title: true # Window decorations # @@ -109,7 +110,7 @@ font: style: Italic # Point size - size: 6.0 + size: 9.5 # 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. @@ -195,7 +196,7 @@ colors: # - Linear # # Specifying a `duration` of `0` will disable the visual bell. -visual_bell: +bell: animation: EaseOutExpo duration: 0 color: '0xffffff' @@ -257,7 +258,6 @@ selection: # clipboard. save_to_clipboard: false -dynamic_title: true cursor: # Cursor style |