On Thu, Jul 09, 2015 at 10:23:45PM +0200, S. R. Gal wrote: > > st -e sh -c 'tmux a -d || tmux' > > Both, above and st -e ''tmux a -d || tmux'', seem to work but they > result with the following error messages: >
Theoretically you can also omit -e in both cases. Regards,