mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 08:09:23 +01:00
Aminda Suomalainen
4ad1408305
There is no need for ozone-platform-hint when ozone-platform is already set.
5 lines
154 B
Bash
Executable File
5 lines
154 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -x
|
|
/usr/bin/chromium-browser --ozone-platform=wayland --disk-cache-dir=nul --enable-features=WaylandWindowDecorations "$@"
|
|
set +x
|