Update alacritty config, some opts were deprecated

This commit is contained in:
Gwen Lofman 2020-08-28 00:09:33 -04:00
parent e85321f96e
commit 42d8aaa616
1 changed files with 3 additions and 4 deletions

View File

@ -24,6 +24,8 @@ window:
decorations: full
startup_mode: Windowed
gtk_theme_variant: None
# Allow terminal applications to change Alacritty's window title.
dynamic_title: true
scrolling:
history: 10000
@ -82,7 +84,7 @@ colors:
cyan: '0x8ec07c'
white: '0xebdbb2'
visual_bell:
bell:
animation: EaseOutExpo
duration: 0
color: '0xffffff'
@ -94,9 +96,6 @@ selection:
# When set to `true`, selected text will be copied to the primary clipboard.
save_to_clipboard: false
# Allow terminal applications to change Alacritty's window title.
dynamic_title: true
cursor:
# - ▇ Block
# - _ Underline