summary refs log tree commit diff
path: root/host/rootfs/etc/xdg/weston
diff options
context:
space:
mode:
Diffstat (limited to 'host/rootfs/etc/xdg/weston')
-rwxr-xr-xhost/rootfs/etc/xdg/weston/autolaunch7
-rw-r--r--host/rootfs/etc/xdg/weston/weston.ini5
2 files changed, 12 insertions, 0 deletions
diff --git a/host/rootfs/etc/xdg/weston/autolaunch b/host/rootfs/etc/xdg/weston/autolaunch
new file mode 100755
index 0000000..4506e0c
--- /dev/null
+++ b/host/rootfs/etc/xdg/weston/autolaunch
@@ -0,0 +1,7 @@
+#!/bin/execlineb -P
+# SPDX-License-Identifier: EUPL-1.2
+# SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>
+
+# Notify readiness
+fdmove 1 3
+echo
diff --git a/host/rootfs/etc/xdg/weston/weston.ini b/host/rootfs/etc/xdg/weston/weston.ini
new file mode 100644
index 0000000..cdf8666
--- /dev/null
+++ b/host/rootfs/etc/xdg/weston/weston.ini
@@ -0,0 +1,5 @@
+# SPDX-License-Identifier: CC0-1.0
+# SPDX-FileCopyrightText: 2021 Alyssa Ross <hi@alyssa.is>
+
+[autolaunch]
+path=/etc/xdg/weston/autolaunch