9 lines
373 B
Text
9 lines
373 B
Text
# 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}"
|