dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git
commit 2cfe1c8f46e552d4160bf6046c1c298112e5df43
parent 3128246f0a1af92f55dbfa8845b2dbeec7b67839
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Sun,  1 Dec 2019 21:20:57 -0500

Remove deprecated alacritty config

Diffstat:
M.config/alacritty/alacritty.yml | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
@@ -51,15 +51,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