5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
|
#!/bin/sh
|
||
|
#chromium --enable-features=UseOzonePlatform --ozone-platform=wayland "$@"
|
||
|
#chromium --ozone-platform-hint=auto "$@"
|
||
|
brave --ozone-platform-hint=auto "$@"
|