summaryrefslogtreecommitdiff
path: root/templates/no-x
diff options
context:
space:
mode:
Diffstat (limited to 'templates/no-x')
-rw-r--r--templates/no-x12
1 files changed, 12 insertions, 0 deletions
diff --git a/templates/no-x b/templates/no-x
new file mode 100644
index 0000000..e811e85
--- /dev/null
+++ b/templates/no-x
@@ -0,0 +1,12 @@
+unset "ENV[DISPLAY]"
+
+no-x_startX () {
+ exc $BIN --in-X $GAME
+}
+
+no-x_setupX () {
+}
+
+OVERRIDE startX setupX
+
+# vim:ft=sh