aboutsummaryrefslogtreecommitdiffstats
path: root/package/hvac/runxdg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'package/hvac/runxdg.toml')
-rw-r--r--package/hvac/runxdg.toml22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/hvac/runxdg.toml b/package/hvac/runxdg.toml
deleted file mode 100644
index 48a0ee3..0000000
--- a/package/hvac/runxdg.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-[application]
-# role: identifier for WindowManager (used in layers.json)
-# e.g. role = "WebBrowser"
-role = "HVAC"
-
-# launch by "POSIX"(fork/exec), "AFM_DBUS"(afm via dbus), "AFM_WEBSOCKET"(afm via websockt)
-method = "POSIX"
-
-# path: path to the executable
-# e.g.
-# path = "/usr/bin/chromium"
-path = "/usr/bin/weston-simple-egl"
-
-# params: arguments of the excecutable
-# e.g.
-# params = [
-# "--mus",
-# "--no-sandbox",
-# "--window-size=1080,1488",
-# "--ozone-platform=wayland",
-# "<URL>"
-# ]