Previously this line was working and was launching the urxvt with a tmux in it:
urxvt -e tmux
… but after my latest install of 18.04.1 Ubuntu it's not launching any more. urxvt version is v9.22.
I've got it successfully started with those command lines:
urxvt -e bash
urxvt -e sh
but no luck with tmux.
How can I start a urxvt terminal with tmux?
urxvt -e tmuxworks as expected for me. Do you get an error message? What doesurxvt -e bash -c "tmux new || tmux attach"do? – SHawarden Jun 04 '19 at 02:55v9.22. – KhaimovMR Jun 05 '19 at 08:19