add ces2019 source
[staging/xdg-launcher.git] / package / webbrowser / runxdg.toml
1 [application]
2 # role: identifier for WindowManager (used in layers.json)
3 # e.g. role = "WebBrowser"
4 role = "browser"
5
6 # launch by "POSIX"(fork/exec), "AFM_DBUS"(afm via dbus),  "AFM_WEBSOCKET"(afm via websockt)
7 method = "POSIX"
8
9 # path: path to the executable
10 # e.g.
11 path = "/usr/bin/chromium"
12
13 # params: arguments of the excecutable 
14 # e.g.
15    params = [
16      "--touch-events=enabled",
17      "--enable-wayland-ime",
18      "--use-ime-service",
19      "--mus",
20      "--no-sandbox",
21      "--kiosk",
22      "--window-size=1920,1080",
23      "--ozone-platform=wayland",
24      "http://map.google.co.jp"
25    ]