mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-05 15:40:17 +00:00
feat(sunshine): Add just script and yafti entry for enabling autostart
This commit is contained in:
parent
dbbe09725a
commit
ce959ff922
@ -91,6 +91,7 @@ screens:
|
||||
default: false
|
||||
packages:
|
||||
- Install Sunshine: ujust install-sunshine
|
||||
- Autostart Sunshine: ujust autostart-sunshine
|
||||
Wootility:
|
||||
description: A configurator for Wooting keyboards
|
||||
default: false
|
||||
|
@ -37,6 +37,11 @@ install-sunshine:
|
||||
flatpak run --command=additional-install.sh app/dev.lizardbyte.app.Sunshine/x86_64/stable
|
||||
echo "Sunshine is installed!"
|
||||
|
||||
# Autostart Sunshine
|
||||
autostart-sunshine:
|
||||
#!/usr/bin/env bash
|
||||
systemctl enable --user --now sunshine.service
|
||||
|
||||
# Install Decky Loader (https://github.com/SteamDeckHomebrew/decky-loader)
|
||||
get-decky:
|
||||
#!/usr/bin/env bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user