diff options
author | Marcus <bubu@bubu1.eu> | 2022-09-20 12:52:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 12:52:12 +0200 |
commit | e46fd37dec240f03120a23ca406156b491b8051a (patch) | |
tree | 3fe3f7e5a13c9bfeec6c16238a73e3ad144a1829 /README.md | |
parent | Fix const iteration (diff) | |
download | nheko-e46fd37dec240f03120a23ca406156b491b8051a.tar.xz |
Readme: add Steam Deck instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md index 65be38ec..08507731 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,13 @@ flatpak install flathub io.github.NhekoReborn.Nheko guix install nheko ``` +#### Steam Deck + +Install nheko via the `Discover` app in Desktop Mode (this installs the flatpak). To also make it work in Game Mode you'll have to add it as a "Non-Steam Game" to steam and than add the following `--env` variables to the `flatpak run` command. This is necessary for nheko to connect to KWallet correctly. The resulting arguments field in the steam settings should look something like this. +``` +run --env=XDG_CURRENT_DESKTOP=KDE --env=KDE_SESSION_VERSION=5 --branch=stable --arch=x86_64 --command=io.github.NhekoReborn.Nheko --file-forwarding io.github.NhekoReborn.Nheko @@u @@ +``` + #### macOS (10.14 and above) with [homebrew](https://brew.sh/): |