From 72320e2332a931655e6bf53e681536e15e9aca6e Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 25 Apr 2026 22:31:21 -0400 Subject: [PATCH] ghostty: speedup start --- home/progs/ghostty.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/progs/ghostty.nix b/home/progs/ghostty.nix index 4d1eeed..6851d91 100644 --- a/home/progs/ghostty.nix +++ b/home/progs/ghostty.nix @@ -23,6 +23,11 @@ # cursor cursor-style = "underline"; + + # keep one daemon alive so subsequent launches (e.g. niri Mod+T) are + # instant instead of paying GTK + wgpu init each time. relies on the + # dbus-activated systemd user service that the HM module wires up. + gtk-single-instance = true; }; };