microsoft-edge: add dark mode forcing flags

This commit is contained in:
Aminda Suomalainen 2022-04-19 18:06:41 +03:00
parent 8e6cf9dad2
commit 3c00fbf3c7
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
# To run Microsoft Edge under Wayland
set -x
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer --ozone-platform=wayland $@
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode
set +x