Re: Entering tmux control mode without attaching session

2015-02-26 Thread Nicholas Marriott
No, it's a client like any other, you have to attach to a session. On Wed, Feb 25, 2015 at 07:40:05PM -0600, Jared Stafford wrote: > I was trying to write a script that uses control mode to monitor > window changes. However, if I run "tmux -C", it creates a new session > and attaches to it. If I

Entering tmux control mode without attaching session

2015-02-25 Thread Jared Stafford
I was trying to write a script that uses control mode to monitor window changes. However, if I run "tmux -C", it creates a new session and attaches to it. If I run "tmux -C list-sessions", I get the output for list-sessions, but it exits immediately. Is there some way I can run tmux in control mod