From 64921628a80186c1cd2a6ef1d5e69185b41177a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Mon, 26 Jan 2026 21:42:29 +0100 Subject: [PATCH] home/ghostty: hide cursor when typing --- nix/homeModules/common/ghostty.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/homeModules/common/ghostty.nix b/nix/homeModules/common/ghostty.nix index d259e588..2b0513f4 100644 --- a/nix/homeModules/common/ghostty.nix +++ b/nix/homeModules/common/ghostty.nix @@ -28,6 +28,8 @@ in "ctrl+-=decrease_font_size:1" ]; + mouse-hide-while-typing = true; + # Theme background = "#fdf6e3"; foreground = "#073642";