Skip to content
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

It doesn't work well with wemux #25

Open
spacepluk opened this issue Nov 30, 2013 · 5 comments
Open

It doesn't work well with wemux #25

spacepluk opened this issue Nov 30, 2013 · 5 comments

Comments

@spacepluk
Copy link

Or at least I can't manage to get it working without a lot of ugly hacks :(

@jimeh
Copy link
Owner

jimeh commented Dec 1, 2013

I haven't really used wemux. Mind elaborating a bit on said hacks? Off the top of my head I'd imagine the main issue is specifying which server socket to talk to right?

If that's the issue, I enable passing custom options to tmux, via extra arguments, or a TMUX_OPTS environment variable or something. Ideas/suggestions? :)

@blueyed
Copy link
Contributor

blueyed commented Dec 8, 2013

I would also like to pass additional arguments to tmux, especially the socket name.

I am using the following wrapper in ~/bin, which tmuxifier picks app from $PATH:

#!/bin/sh
if [ -n "$TMUX_SOCK_NAME" ]; then
  opts="-L $TMUX_SOCK_NAME"
fi

# echo "Wrapped tmux: $opts $@" >&2
# sleep 1
/usr/bin/tmux $opts "$@"

TMUXIFIER_TMUX_OPTS might be good for an environment variable (the more verbose the better probably).

tmuxinator has a socket_name setting for specifying the socket.

@jimeh
Copy link
Owner

jimeh commented Jan 29, 2014

The TMUXIFIER_TMUX_OPTS environment variable is now available as of 0.9.0 :)

@jimeh jimeh closed this as completed Jan 29, 2014
@jimeh
Copy link
Owner

jimeh commented Jan 29, 2014

Actually I'm re-opening this issue as 0.9.0 doesn't exactly fix the main topic of this issue. Add a socket_name argument to tmuxifier is on my todo list. And I'll also give wemux a properly try together with tmuxifier to see what else I can do to make it easier.

@jimeh jimeh reopened this Jan 29, 2014
@sukima
Copy link

sukima commented Mar 15, 2017

Has there been any movement on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants