diff --git a/bash/usr-local-bin/nheko-qt6 b/bash/usr-local-bin/nheko-qt6 new file mode 100755 index 0000000..4937452 --- /dev/null +++ b/bash/usr-local-bin/nheko-qt6 @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +# USAGE: "nheko default" for the default profile or whatever profile is +# desired as I never run it without the profile flag + +# TODO: Handle --help & --version flags + +set -x +#flatpak run --env=QT_QPA_PLATFORM=xcb im.nheko.Nheko//master --profile $@ +flatpak run im.nheko.Nheko//master --profile $@ +set +x