Add example:weston-terminal
[staging/xdg-launcher.git] / package / weston-terminal / runxdg.toml
diff --git a/package/weston-terminal/runxdg.toml b/package/weston-terminal/runxdg.toml
new file mode 100644 (file)
index 0000000..abd7c14
--- /dev/null
@@ -0,0 +1,25 @@
+[application]
+# role: identifier for WindowManager (used in layers.json)
+# e.g. role = "WebBrowser"
+role = "weston-terminal"
+
+# 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-terminal"
+
+# params: arguments of the excecutable
+# e.g.
+#   params = [
+#     "--mus",
+#     "--no-sandbox",
+#     "--window-size=1080,1488",
+#     "--ozone-platform=wayland",
+#     "<URL>"
+#   ]
+params = [
+  "--fullscreen"
+]