1
0
mirror of https://gitea.blesmrt.net/mikaela/scripts.git synced 2025-03-08 07:40:38 +01:00
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
158 B
Bash
Executable File

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