ghostty: enable single-instance mode for faster window opens

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 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-16 17:52:18 +01:00
parent f59b00a23d
commit 85f63cfc9e

View file

@ -42,6 +42,7 @@ in
background-opacity = 0.98; background-opacity = 0.98;
confirm-close-surface = false; confirm-close-surface = false;
gtk-titlebar = false; gtk-titlebar = false;
gtk-single-instance = true;
cursor-style = "bar"; cursor-style = "bar";
cursor-style-blink = true; cursor-style-blink = true;
}; };