From de00d750610d60316c6d042d9525591bcf505006 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Wed, 9 Sep 2020 11:15:26 -0500 Subject: [PATCH] Adding chrome shortcut to make chromium-ozone use a little easier --- bin/chrome | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/chrome diff --git a/bin/chrome b/bin/chrome new file mode 100755 index 0000000..3253e12 --- /dev/null +++ b/bin/chrome @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +static_args=('--ozone-platform=wayland') + +chromium "${static_args[@]}" "$@"