mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-29 18:32:48 +00:00
feat: Automatically start Steam on desktop
This commit is contained in:
parent
2e8b6664b6
commit
e4e8b10722
@ -143,6 +143,11 @@ screens:
|
||||
default: true
|
||||
packages:
|
||||
- Enable Duperemove: systemctl enable --now duperemove-weekly@$(systemd-escape $HOME).timer
|
||||
Autostart Steam:
|
||||
description: Launches Steam automatically on the desktop
|
||||
default: true
|
||||
packages:
|
||||
- Enable Autostart: cp ~/usr/share/applications/steam.desktop ~/.config/autostart/steam-silent.desktop && sed -i 's@/usr/bin/steam-runtime %U@/usr/bin/steam-runtime -silent %U@g' ~/.config/autostart/steam-silent.desktop
|
||||
Decky Loader:
|
||||
description: A plugin loader for the Steam Deck
|
||||
default: false
|
||||
|
@ -148,6 +148,7 @@ screens:
|
||||
- Export Steam: distrobox-enter -n bazzite-arch -- ' distrobox-export --app steam'
|
||||
- Export Lutris: distrobox-enter -n bazzite-arch -- ' distrobox-export --app lutris'
|
||||
- Export Protontricks: distrobox-enter -n bazzite-arch -- ' distrobox-export --app protontricks'
|
||||
- Autostart Steam: cp ~/.local/share/applications/bazzite-arch-steam.desktop ~/.config/autostart/bazzite-arch-steam-silent.desktop && sed -i 's@/usr/bin/steam-runtime %U@/usr/bin/steam-runtime -silent %U@g' ~/.config/autostart/bazzite-arch-steam-silent.desktop
|
||||
Automatic Duplicate File Removal:
|
||||
description: Flattens duplicate files to take up no more space than a single copy, a considerable space savings for wine prefixes and compatdata
|
||||
default: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user