Sort out package of examples
[staging/xdg-launcher.git] / package / navi / runxdg.toml
diff --git a/package/navi/runxdg.toml b/package/navi/runxdg.toml
deleted file mode 100644 (file)
index 1af18e8..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-[application]
-# role: identifier for WindowManager (used in layers.json)
-# e.g. role = "WebBrowser"
-role = "Navigation"
-
-# 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>"
-#   ]