scripts/bash/usr-local-bin/nheko

11 lines
391 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
# Nheko flatpak with xwayland as Nheko's wayland support is currently poor
2022-04-17 19:23:12 +02:00
# icons not working, context menus being inaccessible, some
# profiles not spawning windows
2022-04-12 14:56:22 +02:00
set -x
2022-04-17 19:23:12 +02:00
#flatpak run --env=QT_QPA_PLATFORM=xcb --env=all_proxy=socks5://127.0.0.1:9050/ io.github.NhekoReborn.Nheko $@
flatpak run --env=QT_QPA_PLATFORM=xcb io.github.NhekoReborn.Nheko//master $@
set +x