xvidtune -unlock
authorTim Pope <code@tpope.net>
Mon, 29 Aug 2005 02:41:07 +0000 (02:41 +0000)
committerTim Pope <code@tpope.net>
Mon, 29 Aug 2005 02:41:07 +0000 (02:41 +0000)
bin/gamelaunch

index 448dea7432191bc19a9fcf6951395806adf7203c..cb0a5c48a1a2bb31d0500c60ceec7374e831f7b8 100755 (executable)
@@ -83,9 +83,9 @@ on_exit() {
     xmodmap "$HOME/.Xmodmap" 2>/dev/null || xmodmap "$HOME/.xmodmap"
     xset m 3 3
     [ -z "$s3" ] || s3switch $s3 >/dev/null
+    xvidtune -unlock
     FvwmCommand "GoToDeskAndPage 0 0 0" >/dev/null 2>&1
-
-    tpope status activity "$activity"
+    tpope status activity -c
 }
 
 trap on_exit EXIT