From 267e885ebe2286c217682ac2a129ed758fc354f0 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Wed, 8 Jun 2005 04:21:59 +0000 Subject: [PATCH] Change fvwm desktop --- bin/gamelaunch | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/bin/gamelaunch b/bin/gamelaunch index 8cf8d6c..c5bd429 100755 --- a/bin/gamelaunch +++ b/bin/gamelaunch @@ -50,7 +50,7 @@ fi setxkbmap us xmodmap "$HOME/.Xmodmap" 2>/dev/null || xmodmap "$HOME/.xmodmap" -pkill -STOP unclutter +skill -STOP unclutter case "$basename" in ut2004|quake3|doom3|et|armyops) @@ -60,9 +60,9 @@ case "$basename" in ;; esac -tpope activity > "$HOME/.activity.$$.bak" +activity="`tpope activity`" if [ -n "$game" ]; then - tpope activity "Playing $game" + tpope status activity "Playing $game" fi if lspci 2>/dev/null|grep 'VT8233/A/8235/8237' >/dev/null; then @@ -78,16 +78,17 @@ fi on_exit() { [ -z "$sdpid" ] || kill "$sdpid" - pkill -CONT unclutter + skill -CONT unclutter setxkbmap us xmodmap "$HOME/.Xmodmap" 2>/dev/null || xmodmap "$HOME/.xmodmap" xset m 3 3 [ -z "$s3" ] || s3switch $s3 >/dev/null + FvwmCommand "GoToDeskAndPage 0 0 0" >/dev/null 2>&1 - tpope activity "`cat "$HOME/.activity.$$.bak"`" - rm -f "$HOME/.activity.$$.bak" + tpope status activity "$activity" } trap on_exit EXIT +FvwmCommand "GoToDeskAndPage 0 2 2" >/dev/null 2>&1 tpope display-manage $binary "$@" # 2>&1 -- 2.30.2