From 85f63cfc9ea42fc0346e68b60c729f8f916a8ee5 Mon Sep 17 00:00:00 2001 From: rope Date: Sat, 16 May 2026 17:52:18 +0100 Subject: [PATCH] ghostty: enable single-instance mode for faster window opens MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Keeps a persistent GTK process alive so subsequent terminal launches skip full GTK initialisation — new windows open nearly instantly. Co-Authored-By: Claude Sonnet 4.6 --- home-manager/fred.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/fred.nix b/home-manager/fred.nix index ecac730..fcd16b5 100644 --- a/home-manager/fred.nix +++ b/home-manager/fred.nix @@ -42,6 +42,7 @@ in background-opacity = 0.98; confirm-close-surface = false; gtk-titlebar = false; + gtk-single-instance = true; cursor-style = "bar"; cursor-style-blink = true; };