From d68179a63efc6d85f4df371b36aadb2753fa7ed1 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 31 May 2005 06:59:12 +0000 Subject: [PATCH] Quieter --- bin/gamelaunch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.30.2