aboutsummaryrefslogtreecommitdiffstats
path: root/runxdg.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runxdg.toml')
-rw-r--r--runxdg.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/runxdg.toml b/runxdg.toml
deleted file mode 100644
index dea4009..0000000
--- a/runxdg.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-[application]
-# role: identifier for WindowManager (used in layers.json)
-# e.g. role = "WebBrowser"
-#role = "WebBrowser"
-role = "browser"
-
-# 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 = "/opt/chromium68/chrome"
-
-params = [
- "--in-process-gpu",
- "--no-sandbox"
-]
-