I want zellij attach -c to run once Kitty is loaded up. I tried adding startup_session launch.conf to my config file, and writing kitty @ send-text "zellij attach -c" in launch.conf as well as launch sh -c "zellij attach -c" but neither works.
Asked
Active
Viewed 1,261 times
1
Oneechan69
- 304
2 Answers
0
Did you get it working with adding
launch zellij attach -c to your ~/.config/kitty/launch.conf?
For me, I added it to a ~/.config/kitty/launch.conf file and it did not work.
Is there a way you could share the contents of your ~/.config/kitty directory or do you have an idea of any additional changes I have to make (e.g add something to ~/.config/kitty/kitty.conf)?