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:
parent
061a91ff8f
commit
c9c996bc88
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue