summaryrefslogtreecommitdiff
path: root/templates/default
diff options
context:
space:
mode:
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