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:
David Thurstenson 2020-11-30 14:52:34 -06:00
parent ed1262ac7a
commit f2d7063434
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
static_args=('--ozone-platform=wayland')
static_args=('--enable-features=UseOzonePlatform' '--ozone-platform=wayland')
chromium "${static_args[@]}" "$@"