Update alacritty configuration
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2020-08-05 19:06:58 +02:00
parent d2098df0d4
commit 4c12bfcd59
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4

View file

@ -13,6 +13,9 @@
#TERM: xterm-256color
window:
# Allow terminal applications to change Alacritty's window title.
dynamic_title: true
# Window dimensions (changes require restart)
#
# Specified in number of columns/lines, not pixels.
@ -199,7 +202,7 @@ colors:
# - Linear
#
# Specifying a `duration` of `0` will disable the visual bell.
visual_bell:
bell:
animation: EaseOutExpo
duration: 0
color: '0xffffff'
@ -268,9 +271,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:
# Cursor style
#