aboutsummaryrefslogtreecommitdiffstats
path: root/xdg-launcher/package/navi/runxdg.toml
blob: 79c550ab97edbf84ff9cd8b19123a411a381a329 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[application]
# name: identifier for WindowManager (used in layers.json)
# e.g. name = "WebBrowser"
name = "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>", "" ]
#      ]