#!/bin/sh if [ -n "$WAYLAND_DISPLAY" ]; then args="--enable-features=UseOzonePlatform --ozone-platform=wayland" else args="" fi exec /usr/bin/chromium $args "$@"