aboutsummaryrefslogtreecommitdiffstats
path: root/testing/electron/default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/electron/default.conf')
-rw-r--r--testing/electron/default.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/electron/default.conf b/testing/electron/default.conf
new file mode 100644
index 00000000000..41f3f03f144
--- /dev/null
+++ b/testing/electron/default.conf
@@ -0,0 +1,9 @@
+# Default settings for electron. This file is sourced by /bin/sh from
+# the electron launcher.
+
+# Options to pass to electron.
+ELECTRON_FLAGS="--enable-features=WebRTCPipeWireCapturer"
+
+# This can be 'x11', 'wayland', or 'auto'. Overriding default to 'auto',
+# but respecting the variable content if any
+ELECTRON_OZONE_PLATFORM_HINT="${ELECTRON_OZONE_PLATFORM_HINT:-auto}"