Re: Tmux at startup

2013-12-11 Thread David Tabernero
0 Nicholas Marriott > Does it work if you do either: > > tmux new -dsmain /usr/bin/newsbeuter > > Or: > > tmux new -dsmain\; neww -tmain:1 /usr/bin/newsbeuter > > > On Tue, Dec 10, 2013 at 11:13:19PM +0100, David Tabernero wrote: > >Hi. I'm trying to ex

Tmux at startup

2013-12-10 Thread David Tabernero
Hi. I'm trying to execute an application (newsbeuter) at boot. I would like to execute in background and I would like to use tmux. I'm trying in a shell script with *tmux new-session -d -s main * *tmux new-window -t main:1 /usr/bin/newsbeuter* But it seems that doesnt works, I don't see the ap