ghostty: fix ssh
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user