Adding chrome shortcut to make chromium-ozone use a little easier
This commit is contained in:
parent
8eb63f8b38
commit
de00d75061
5
bin/chrome
Executable file
5
bin/chrome
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
static_args=('--ozone-platform=wayland')
|
||||||
|
|
||||||
|
chromium "${static_args[@]}" "$@"
|
Loading…
x
Reference in New Issue
Block a user