summaryrefslogtreecommitdiff
path: root/templates/default
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-06-15 02:58:13 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-06-15 02:58:13 +0200
commit4cfcbd3f435f114b8d29f1bf6d50a0378dd7c028 (patch)
tree92f5e27748cbe167707d8eb98c5cfd78c97c21c8 /templates/default
parent9786e03de9c14445769c4d04130f6512f16fbb9d (diff)
downloadplay-4cfcbd3f435f114b8d29f1bf6d50a0378dd7c028.tar.gz
play-4cfcbd3f435f114b8d29f1bf6d50a0378dd7c028.tar.bz2
play-4cfcbd3f435f114b8d29f1bf6d50a0378dd7c028.zip
added some games; added templates; added debug; moved functions to functions.sh
Diffstat (limited to '')
-rw-r--r--templates/default (renamed from default)4
1 files changed, 2 insertions, 2 deletions
diff --git a/default b/templates/default
index 29f24c0..4fd9c50 100644
--- a/default
+++ b/templates/default
@@ -6,7 +6,7 @@ ENV[DISPLAY]=":1"
PREFIX="~/.wine"
default_execute () {
- exc -f startx $BIN -x $GAME -- :1 -ac -br -quiet ${=EXARGS}
+ exc -e startx $BIN -x $GAME -- :1 -ac -br -quiet ${=EXARGS}
}
default_prepare () {
@@ -36,4 +36,4 @@ default_run () {
EXPORT default execute prepare setenv run
-# vim:ft=zsh
+# vim:ft=sh