From c359983858a141b5483f9509237e344f96dbd0c1 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 30 May 2022 23:42:48 -0500 Subject: [PATCH] added chromium-wayland --- .local/bin/chromium-wayland | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 .local/bin/chromium-wayland diff --git a/.local/bin/chromium-wayland b/.local/bin/chromium-wayland new file mode 100755 index 0000000..4ed7436 --- /dev/null +++ b/.local/bin/chromium-wayland @@ -0,0 +1,3 @@ +#!/bin/sh +#chromium --enable-features=UseOzonePlatform --ozone-platform=wayland "$@" +chromium --ozone-platform-hint=auto "$@"