From 4bb7847fcea402970380c581428ccd17794e0a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 14 Jun 2010 23:01:27 +0200 Subject: Added fallout ... and x11args --- play.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'play.sh') diff --git a/play.sh b/play.sh index 054b42b..3c8a4ed 100755 --- a/play.sh +++ b/play.sh @@ -50,6 +50,7 @@ else local prefix="~/.wine/" local gpath size args + local x11args steam () { prefix="~/.steam/" @@ -61,6 +62,7 @@ else typeset -A games games[bg2]='gpath=c:/spiele/bg2/baldur.exe; size=1024x768' + games[fallout]='prefix=~/.fallout/; gpath=c:/spiele/fallout/falloutw.exe; size=800x600; x11args="-depth 16"' games[steam]='steam' if [[ -z $games[$game] ]]; then @@ -74,5 +76,5 @@ else eval $games[$game] fi - exc -f startx $0 -x $prefix $gpath $size "$args" -- :1 -ac -br -quiet + exc -f startx $0 -x $prefix $gpath $size "$args" -- :1 -ac -br -quiet ${=x11args} fi -- cgit v1.2.3