1
2
3
4
#!/bin/sh
pidof urxvtd &>/dev/null || urxvtd -q -f -o
unset TMUX
exec urxvtc -sl 0 +sb -e tmux-launch "$@"