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 <mail@profpatsch.de>
Tested-by: BuildkiteCI
Autosubmit: Profpatsch <mail@profpatsch.de>
This commit is contained in:
Profpatsch 2022-12-29 15:06:30 +01:00 committed by clbot
parent 061a91ff8f
commit c9c996bc88

View file

@ -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