From 561961e68840de415aec8459550075319818aabd Mon Sep 17 00:00:00 2001 From: Sadbeast Date: Thu, 17 Sep 2020 13:46:22 -0500 Subject: alacritty breaking changes --- .config/alacritty/alacritty.yml | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to '.config/alacritty') diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 056c03f..0112201 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -13,6 +13,7 @@ #TERM: xterm-256color window: + dynamic_title: true # Window dimensions (changes require restart) # # Specified in number of columns/lines, not pixels. @@ -84,19 +85,7 @@ scrolling: # to allow mouse scrolling for applications like `man`. # # Specifying `0` will disable faux scrolling. - faux_multiplier: 3 - - # Scroll to the bottom when new text is written to the terminal. - auto_scroll: false - -# Spaces per Tab (changes require restart) -# -# This setting defines the width of a tab in cells. -# -# Some applications, like Emacs, rely on knowing about the width of a tab. -# To prevent unexpected behavior in these applications, it's also required to -# change the `it` value in terminfo when altering this setting. -tabspaces: 8 + #faux_multiplier: 3 # Font configuration (changes require restart) font: @@ -269,7 +258,7 @@ colors: # - Linear # # Specifying a `duration` of `0` will disable the visual bell. -visual_bell: +bell: animation: EaseOutExpo duration: 0 color: '0xffffff' @@ -338,9 +327,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 # -- cgit v1.2.3