summaryrefslogtreecommitdiff
path: root/templates/steam
diff options
context:
space:
mode:
Diffstat (limited to 'templates/steam')
-rw-r--r--templates/steam9
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/steam b/templates/steam
new file mode 100644
index 0000000..321f646
--- /dev/null
+++ b/templates/steam
@@ -0,0 +1,9 @@
+PREFIX="~/.steam"
+SIZE="1280x1024"
+GPATH="c:/programme/steam/steam.exe"
+
+steamapp () {
+ [[ $# > 0 ]] && export ARGS="-applaunch ${=@}"
+}
+
+# vim:ft=sh