From: Tim Pope Date: Tue, 31 May 2005 06:59:12 +0000 (+0000) Subject: Quieter X-Git-Url: http://git.tpope.net/?p=tpope-extra.git;a=commitdiff_plain;h=d68179a63efc6d85f4df371b36aadb2753fa7ed1 Quieter --- 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"