aboutsummaryrefslogtreecommitdiffstats
path: root/package/webbrowser/runxdg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'package/webbrowser/runxdg.toml')
-rw-r--r--package/webbrowser/runxdg.toml13
1 files changed, 11 insertions, 2 deletions
diff --git a/package/webbrowser/runxdg.toml b/package/webbrowser/runxdg.toml
index ed275e4..3f167e4 100644
--- a/package/webbrowser/runxdg.toml
+++ b/package/webbrowser/runxdg.toml
@@ -1,7 +1,7 @@
[application]
# role: identifier for WindowManager (used in layers.json)
# e.g. role = "WebBrowser"
-role = "WebBrowser"
+role = "webbrowser"
# launch by "POSIX"(fork/exec), "AFM_DBUS"(afm via dbus), "AFM_WEBSOCKET"(afm via websockt)
method = "POSIX"
@@ -9,7 +9,7 @@ method = "POSIX"
# path: path to the executable
# e.g.
# path = "/usr/bin/chromium"
-path = "/usr/bin/weston-simple-egl"
+path = "/usr/bin/chromium"
# params: arguments of the excecutable
# e.g.
@@ -20,3 +20,12 @@ path = "/usr/bin/weston-simple-egl"
# "--ozone-platform=wayland",
# "<URL>"
# ]
+params = [
+ "--mus",
+ "--no-sandbox",
+ "--single-process",
+ "--window-size=1080,1488",
+ "--ozone-platform=wayland",
+ "--touch-events=enabled",
+ "https://maps.google.com/maps"
+]