Adding chrome shortcut to make chromium-ozone use a little easier

This commit is contained in:
David Thurstenson 2020-09-09 11:15:26 -05:00
parent 8eb63f8b38
commit de00d75061
1 changed files with 5 additions and 0 deletions

5
bin/chrome Executable file
View File

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