From 14b9ad7255dd740f0bef296cb33b27ba12009ec7 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 22 Aug 2020 10:19:34 +0000 Subject: modules/alacritty: fix deprecation warnings The names of these have changed. I don't actually need these to vary from the defaults anyway, so let's just delete them. --- modules/workstation/windowing/alacritty/config.yml | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'modules') diff --git a/modules/workstation/windowing/alacritty/config.yml b/modules/workstation/windowing/alacritty/config.yml index 86aa7ed5622c..89475c2c4abe 100644 --- a/modules/workstation/windowing/alacritty/config.yml +++ b/modules/workstation/windowing/alacritty/config.yml @@ -84,23 +84,6 @@ colors: # dim: default # indexed_colors: default -# Values for `animation`: -# - Ease -# - EaseOut -# - EaseOutSine -# - EaseOutQuad -# - EaseOutCubic -# - EaseOutQuart -# - EaseOutQuint -# - EaseOutExpo -# - EaseOutCirc -# - Linear -# -# Specifying a `duration` of `0` will disable the visual bell. -visual_bell: - animation: EaseOutExpo - duration: 1 - background_opacity: 0.8 # Available fields: @@ -135,8 +118,6 @@ selection: # clipboard. save_to_clipboard: false -dynamic_title: true - cursor: style: Block unfocused_hollow: true -- cgit 1.4.1