From e6afab4a3bd1b4e04cc93dfbef852d4ee47f8caf Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Fri, 29 Nov 2019 21:03:06 +0100 Subject: [PATCH] Remove deprecated faux scroll variable from alacritty --- .config/alacritty/alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 574923c..3d74feb 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -84,7 +84,7 @@ scrolling: # to allow mouse scrolling for applications like `man`. # # Specifying `0` will disable faux scrolling. - faux_multiplier: 3 + # faux_multiplier: 3 # Scroll to the bottom when new text is written to the terminal. auto_scroll: false