From a6f262f2a9401937a2925c376f471e9534def155 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 19 Jul 2025 02:00:57 +0300 Subject: [PATCH] ghostty: increase scrollback limit to 10k --- modules/common/ghostty.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/common/ghostty.nix b/modules/common/ghostty.nix index 28cd63a..310411d 100644 --- a/modules/common/ghostty.nix +++ b/modules/common/ghostty.nix @@ -24,6 +24,8 @@ in merge <| mkIf config.isDesktop { window-padding-x = padding; window-padding-y = padding; + scrollback-limit = 10000; + mouse-hide-while-typing = true; confirm-close-surface = false;