diff options
Diffstat (limited to 'xdg-launcher/package/runxdg/runxdg.toml')
-rw-r--r-- | xdg-launcher/package/runxdg/runxdg.toml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/xdg-launcher/package/runxdg/runxdg.toml b/xdg-launcher/package/runxdg/runxdg.toml new file mode 100644 index 0000000..2ad4fee --- /dev/null +++ b/xdg-launcher/package/runxdg/runxdg.toml @@ -0,0 +1,22 @@ +[application] +# name: identifier for WindowManager (used in layers.json) +# e.g. name = "WebBrowser" +name = "RunXDG" + +# 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>", +# ] |