summaryrefslogtreecommitdiff
path: root/templates/no-x
blob: e811e8520ea7ebdb4604af88ccc9ba7abdfd32bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
unset "ENV[DISPLAY]"

no-x_startX () {
    exc $BIN --in-X $GAME
}

no-x_setupX () {
}

OVERRIDE startX setupX

# vim:ft=sh