X-Git-Url: http://git.tpope.net/?p=tpope-extra.git;a=blobdiff_plain;f=bin%2Fgamelaunch;h=8cf8d6c12f33ea5f57011b86640228d4474f3c68;hp=baa8aa029071697a3773a799babc455632153df2;hb=d68179a63efc6d85f4df371b36aadb2753fa7ed1;hpb=6d0e3a9ebfaf12eda1f3d7256c339406a1fc247c diff --git a/bin/gamelaunch b/bin/gamelaunch index baa8aa0..8cf8d6c 100755 --- a/bin/gamelaunch +++ b/bin/gamelaunch @@ -73,7 +73,7 @@ fi if lspci 2>/dev/null|grep 'Savage 3D' >/dev/null; then s3="`s3switch|grep 'Devices active:'|sed -e 's/Devices active: *//'`" - s3switch TV + s3switch TV >/dev/null fi on_exit() { @@ -82,7 +82,7 @@ on_exit() { setxkbmap us xmodmap "$HOME/.Xmodmap" 2>/dev/null || xmodmap "$HOME/.xmodmap" xset m 3 3 - [ -z "$s3" ] || s3switch $s3 + [ -z "$s3" ] || s3switch $s3 >/dev/null tpope activity "`cat "$HOME/.activity.$$.bak"`" rm -f "$HOME/.activity.$$.bak"