From 4c12bfcd59013c082daf22f0b487f56c6c1b970e Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Wed, 5 Aug 2020 19:06:58 +0200 Subject: [PATCH] Update alacritty configuration Signed-off-by: Severin Kaderli --- system/.config/alacritty/alacritty.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system/.config/alacritty/alacritty.yml b/system/.config/alacritty/alacritty.yml index 25e3450..9a6131a 100644 --- a/system/.config/alacritty/alacritty.yml +++ b/system/.config/alacritty/alacritty.yml @@ -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 #