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