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