=== removed file 'tmux-launch' --- tmux-launch 2012-10-23 12:48:39 +0000 +++ tmux-launch 1970-01-01 00:00:00 +0000 @@ -1,3 +0,0 @@ -#!/bin/sh -stty xon none xoff none -exec tmux -2 new-session "$*" \; set status off === modified file 'urxvt-launch' --- urxvt-launch 2012-10-23 12:48:39 +0000 +++ urxvt-launch 2012-06-11 12:27:10 +0000 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash pidof urxvtd &>/dev/null || urxvtd -q -f -o unset TMUX -exec urxvtc -sl 0 +sb -e tmux-launch "$@" +urxvtc -e tmux -2 new-session "$*" \; set status off