mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2026-01-10 20:48:05 +01:00
8 lines
273 B
Bash
Executable File
8 lines
273 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -x
|
|
|
|
FlagsForChromium="--ozone-platform=wayland --disk-cache-dir=/dev/null --enable-features=WaylandWindowDecorations --disable-features=ExtensionManifestV2Unsupported,ExtensionManifestV2Disabled $@"
|
|
|
|
/usr/bin/microsoft-edge $FlagsForChromium
|
|
set +x
|