ghostty: fix ssh

This commit is contained in:
2026-04-27 17:39:14 -04:00
parent 59e6f7b3b9
commit 9cf4ba928a

View File

@@ -62,6 +62,11 @@
window-inherit-working-directory = false;
working-directory = "home";
# ssh into hosts that lack ghostty's terminfo: ssh-terminfo auto-installs
# it remotely on first connect (and caches), ssh-env is the fallback that
# downgrades TERM to xterm-256color when the install can't run.
shell-integration-features = "ssh-env,ssh-terminfo";
# 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.