-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Firstly thanks for sharing this (it was me that replied in the hacker news comment).
So having built this, I wanted to try it out and see how much is working. After digging in the code it looks like you have to pass it a command to run and it seems to wrap that command to look for the tmux control sequences. Passing sh seems to work, zsh didn't and basic commands like ls seem to result in a strange error. I'm not quite sure why zsh doesn't work. Are you using a pseudo-tty to wrap the command? Anyway, with sh, I get a new "tmux" desktop" in i3 that's empty. Unfortunately, I have no idea how to open a terminal. Is that implemented yet? What terminal emulator are you using and how do you plan to link it in. Is the idea to have a client so you can run urxvt -e i3-tmux-integration-client, perhaps passing a token for it to talk back to the controlling process? Or have you got something else in mind?