-
It used to work for me like this:
Some recent update have changed the behavior: now a fresh ghostty terminal inherits the location of last focused window. I added the following configuration:
It seems like it should work as I expect, but it doesn't: fresh open still inherits the previous location. And if I set Is there a way to configure the ghostty to work as it did before? Is there, maybe, a way to specify the starting directory directly with a command line argument? I use EndeavourOS Linux, tested with both i3 on X11 and KDE on Wayland. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Are you sure its not running in the same instance if so working-directory doesnt work. 1.2 added a systemd service Take a look at #8043 |
Beta Was this translation helpful? Give feedback.
Yes, it was running in single instance mode. Adding
gtk-single-instance = false
to the config have solved the problem. Thank you!