=== modified file 'tmux-launch' --- tmux-launch 2015-10-29 10:06:39 +0000 +++ tmux-launch 2013-06-04 19:46:54 +0000 @@ -2,6 +2,4 @@ stty -ixoff -ixon # use xpra if available #test -S ~/.xpra/$(hostname)-7 && export DISPLAY=:7 -[[ $# -gt 0 ]] && \ - exec tmux -2 new-session "$*" \; set status off -exec tmux -2 new-session \; set status off +exec tmux -2 new-session "$*" \; set status off