summary refs log tree commit diff
path: root/host/rootfs/etc/xdg
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-12-12 00:27:21 +0000
committerAlyssa Ross <hi@alyssa.is>2021-12-12 00:27:21 +0000
commit6d16a33389f133c22cbcb9d97065570b1ffd7f1c (patch)
tree18117a73ed1a8265d33c7862679dbda6caa625b0 /host/rootfs/etc/xdg
parenta02e69152f3c98a2b880afa00ae05f824013fd4b (diff)
downloadspectrum-6d16a33389f133c22cbcb9d97065570b1ffd7f1c.tar
spectrum-6d16a33389f133c22cbcb9d97065570b1ffd7f1c.tar.gz
spectrum-6d16a33389f133c22cbcb9d97065570b1ffd7f1c.tar.bz2
spectrum-6d16a33389f133c22cbcb9d97065570b1ffd7f1c.tar.lz
spectrum-6d16a33389f133c22cbcb9d97065570b1ffd7f1c.tar.xz
spectrum-6d16a33389f133c22cbcb9d97065570b1ffd7f1c.tar.zst
spectrum-6d16a33389f133c22cbcb9d97065570b1ffd7f1c.zip
host/rootfs: move to monorepo path
Diffstat (limited to 'host/rootfs/etc/xdg')
-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