Hi
You need to create at least one session in your config file, or change
the exit-empty option to off.
On Thu, 14 Nov 2019 at 09:58, Cecil Westerhof <cldwes...@gmail.com> wrote:
>
> I want to execute:
> tmux source-file ~/.tmux.diagnostics.conf
>
> But when there is no server yet, I get:
> no server running on /tmp/tmux-1000/default
>
> The reason I need it is that in a script that starts several programs I want to do:
> xfce4-terminal --maximize -T Diagnostics --execute tmux source-file ~/.tmux.diagnostics.conf
>
> But that goes wrong when there is not yet a server.