about summary refs log tree commit diff
path: root/users/Profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-12-29T14·06+0100
committerclbot <clbot@tvl.fyi>2022-12-29T15·30+0000
commitc9c996bc88a3dd3525592eb5cb759e086ca259ff (patch)
tree4fc82278d65af5715fa7e7bb95ac191e01dc484e /users/Profpatsch
parent061a91ff8fc9b07288a99ab94b9d382fb73e3709 (diff)
fix(users/Profpatsch/alacritty): Add a 0 to scrollback buffer r/5538
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>
Diffstat (limited to 'users/Profpatsch')
-rw-r--r--users/Profpatsch/alacritty.dhall2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/Profpatsch/alacritty.dhall b/users/Profpatsch/alacritty.dhall
index b4d99c8294..c7e794b6c3 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