summaryrefslogtreecommitdiff
path: root/templates/steam
blob: a0f72fd91cd2934e10c22940fe069493d6ba1c07 (plain)
1
2
3
4
5
6
7
8
9
PREFIX="steam"
SIZE="1280x1024"
GPATH="c:/programme/steam/steam.exe"

steamapp () {
    [[ $# > 0 ]] && export ARGS="-applaunch ${=@}"
}

# vim:ft=sh