mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-18 22:20:46 +00:00
chore: Adjust readme for simpledeckytdp, add to main README.md
This commit is contained in:
parent
3ba1489830
commit
bd9ffd90f9
@ -139,6 +139,14 @@ If you're on an existing Universal Blue image follow [these instructions](https:
|
||||
rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/bazzite-deck:latest
|
||||
```
|
||||
|
||||
#### Alternative Handhelds
|
||||
|
||||
If you're using this image on a handheld other than the Steam Deck, you can get TDP control via the SimpleDeckyTDP Decky Loader Plugin.
|
||||
First install Decky Loader with: `ujust get-decky`
|
||||
Then install SimpleDeckyTDP with: `ujust get-simpledeckytdp`
|
||||
|
||||
If you're using a handheld supported by [hhd](https://github.com/hhd-dev/hhd), you can also get the plugin to integrate it into game mode with: `ujust get-hhd-decky`
|
||||
|
||||
### GNOME
|
||||
|
||||
Builds with the GNOME desktop environment are available in both desktop and deck flavors. These builds come with the following additional features:
|
||||
|
@ -17,7 +17,7 @@ get-decky:
|
||||
curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_release.sh | sh
|
||||
sudo chcon -R -t bin_t $HOME/homebrew/services/PluginLoader
|
||||
|
||||
# Install SimpleDeckyTDP for TDP Control on the Lenovo Legion Go (Requires Decky Loader)
|
||||
# Install SimpleDeckyTDP, a simple TDP plugin for alternative PC handhelds
|
||||
get-simpledeckytdp:
|
||||
#!/usr/bin/bash
|
||||
if [[ -d $HOME/homebrew/plugins ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user