From 3c46c3a4c6705f498bd7645cbd0aa72cfe9bae4d Mon Sep 17 00:00:00 2001 From: Dennis Date: Sat, 6 Dec 2025 18:07:29 +0100 Subject: [PATCH] removes title for ghostty (as zellij already displays it) --- modules/ghostty/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ghostty/default.nix b/modules/ghostty/default.nix index b0824d2..ea20af4 100644 --- a/modules/ghostty/default.nix +++ b/modules/ghostty/default.nix @@ -17,6 +17,7 @@ scrollback-limit = 100000; link-url = true; link-previews = true; + title = " "; background = "#0f0b15"; foreground = "#ffffff"; cursor-color = "#d369af";