Re: How make tmux on start, create a couple of windows and start given programs in them?

2018-11-02 Thread Nicholas Marriott
Hi Put it in .tmux.conf including the new-session, and start tmux with "tmux attach" or "tmux start". Or run a separate config file later with "tmux source myconfig". On Fri, Nov 02, 2018 at 02:44:40PM +, Joseph Mayer wrote: > Hi, > > I have one single command for starting and

Re: How make tmux on start, create a couple of windows and start given programs in them?

2018-11-02 Thread Solene Rapenne
Joseph Mayer wrote: > Hi, > > I have one single command for starting and (re)attaching to tmux, and > it's "tmux -u new -t main". It works as it should. > > On each fresh tmux start, tmux runs /etc/tmux.conf , and so I put some > general configuration in there like "set -g status-bg SOMECOLOR".

How make tmux on start, create a couple of windows and start given programs in them?

2018-11-02 Thread Joseph Mayer
Hi, I have one single command for starting and (re)attaching to tmux, and it's "tmux -u new -t main". It works as it should. On each fresh tmux start, tmux runs /etc/tmux.conf , and so I put some general configuration in there like "set -g status-bg SOMECOLOR". I'd now like tmux to create five