scripts/bash/usr-local-bin/microsoft-edge-dev
Aminda Suomalainen 4ad1408305
chromium browsers: remove reduntant flag, add disable disk cache
There is no need for ozone-platform-hint when ozone-platform is already set.
2024-07-24 09:01:15 +03:00

5 lines
156 B
Bash
Executable File

#!/usr/bin/env bash
set -x
/usr/bin/microsoft-edge-dev --ozone-platform=wayland --enable-features=WaylandWindowDecorations --disk-cache-dir=nul "$@"
set +x