From cf627da5ebce90f943ba8079e9f834d47583a503 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 23 Jul 2025 22:54:04 +0300 Subject: [PATCH] ghostty: decrease scrollback limit to 2500 --- modules/common/ghostty.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/ghostty.nix b/modules/common/ghostty.nix index 310411d..3cd69ac 100644 --- a/modules/common/ghostty.nix +++ b/modules/common/ghostty.nix @@ -24,7 +24,7 @@ in merge <| mkIf config.isDesktop { window-padding-x = padding; window-padding-y = padding; - scrollback-limit = 10000; + scrollback-limit = 2500; mouse-hide-while-typing = true;