From e0030079fae9c341e76969c847d1642b16d9437d Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Tue, 26 Nov 2019 22:27:36 +0100 Subject: [PATCH] Remove obsolete config entry for alacritty --- .config/alacritty/alacritty.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 677ea95..8024072 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -77,15 +77,6 @@ scrolling: # 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