From a2bff2d242dc6684f51430a909234d28226fd475 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 24 Feb 2026 11:48:13 +0100 Subject: ghostty: don't touch the title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Even if it's a nice feature to allow applications to write to it, this also means to do this for stupid executions like "ls", and that's just plain distracting and not worth it. Signed-off-by: Miquel Sabaté Solà --- .config/ghostty/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/ghostty/config b/.config/ghostty/config index 6d59758..2d25708 100644 --- a/.config/ghostty/config +++ b/.config/ghostty/config @@ -3,7 +3,7 @@ font-family = Droid Sans Mono font-size = 12.0 # Normal cursor. -shell-integration-features = no-cursor,title,sudo +shell-integration-features = no-cursor,no-title,sudo cursor-style = block cursor-style-blink = false -- cgit v1.2.3