scripts/bash/usr-local-bin/google-chrome

5 lines
188 B
Bash
Executable File

#!/usr/bin/env bash
set -x
/usr/bin/google-chrome-stable --ozone-platform=wayland --ozone-platform-hint=wayland --enable-features=WaylandWindowDecorations,WebContentsForceDark "$@"
set +x