# HG changeset patch # User Eddie Barraco # Date 1575447278 -3600 # Wed Dec 04 09:14:38 2019 +0100 # Node ID dbbac59cd91b5abf293a77231dc74fd8c15dabeb # Parent 2d1293ede1900d7717dcea518f509b48da796010 Remove deprecated alacritty config diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -77,15 +77,6 @@ # scrollback is enabled (history > 0). multiplier: 3 - # Faux Scrolling - # - # The `faux_multiplier` setting controls the number of lines the terminal - # should scroll when the alternate screen buffer is active. This is used - # 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