Sort out package of examples
[staging/xdg-launcher.git] / package / simple-egl / runxdg.toml
index 1729766..3abd014 100644 (file)
@@ -1,7 +1,7 @@
 [application]
 # role: identifier for WindowManager (used in layers.json)
 # e.g. role = "WebBrowser"
-role = "SimpleEGL"
+role = "runxdg"
 
 # launch by "POSIX"(fork/exec), "AFM_DBUS"(afm via dbus),  "AFM_WEBSOCKET"(afm via websockt)
 method = "POSIX"
@@ -11,12 +11,12 @@ method = "POSIX"
 #   path = "/usr/bin/chromium"
 path = "/usr/bin/weston-simple-egl"
 
-# params: arguments of the excecutable 
+# params: arguments of the excecutable
 # e.g.
 #   params = [
 #     "--mus",
 #     "--no-sandbox",
-#     '--window-size="1080,1488"',
+#     "--window-size=1080,1488",
 #     "--ozone-platform=wayland",
 #     "<URL>"
 #   ]