-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for IPC #76
Comments
As opposed to just domain sockets, for internal communication? |
Currently, there is no way to communicate from the shell to other applications. The use case I have is to communicate between Kakoune and 3mux, because Kakoune has a client-server architecture and does not handle the windowing itself. It will also make 3mux more expressive. There is commands, which are exposed from a key-binding in the 3mux config, which is nice, but I think the other way around – a key-binding to commands – is more expressive, because composable: you can have a command to send a window to a workspace exposed on a key, and another to switch to a workspace exposed on another key; but what if I want to send a window and switch after on a key. With the other way around, we could have a key to execute both commands. |
I think this could also make it easier to use 3mux under i3 |
No description provided.
The text was updated successfully, but these errors were encountered: