Chromium v87 includes ozone by default, so switching to the repo's version, and enabling it properly with this shortcut
This commit is contained in:
parent
ed1262ac7a
commit
f2d7063434
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
static_args=('--ozone-platform=wayland')
|
static_args=('--enable-features=UseOzonePlatform' '--ozone-platform=wayland')
|
||||||
|
|
||||||
chromium "${static_args[@]}" "$@"
|
chromium "${static_args[@]}" "$@"
|
||||||
|
|
Loading…
Reference in New Issue