From c9c996bc88a3dd3525592eb5cb759e086ca259ff Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 29 Dec 2022 15:06:30 +0100 Subject: fix(users/Profpatsch/alacritty): Add a 0 to scrollback buffer Change-Id: I3bf2c2417042a234f851e2d1de57c4c0a8044331 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7674 Reviewed-by: Profpatsch Tested-by: BuildkiteCI Autosubmit: Profpatsch --- users/Profpatsch/alacritty.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/Profpatsch/alacritty.dhall b/users/Profpatsch/alacritty.dhall index b4d99c8294b2..c7e794b6c39e 100644 --- a/users/Profpatsch/alacritty.dhall +++ b/users/Profpatsch/alacritty.dhall @@ -40,7 +40,7 @@ let } } -in { alacritty-config = { font.size = 18, scolling.history = 100000 } +in { alacritty-config = { font.size = 18, scolling.history = 1000000 } , -- This disables the dpi-sensitive scaling (cause otherwise the font will be humongous on my laptop screen) alacritty-env . WINIT_X11_SCALE_FACTOR -- cgit 1.4.1