chore(gameboot): add default game configuration option

Add FWS_DEFAULT_GAME configuration parameter to specify the default game launched when fws-gameboot to-windows is called without the --game argument. The game identifier must exist in the Windows games.json file (e.g., valorant, lol).
This commit is contained in:
2026-07-08 03:20:28 +02:00
parent 96da52f0e1
commit 810a98fc34
@@ -20,3 +20,7 @@ FWS_HIBERNATE_FALLBACK="reboot"
# l'image d'hibernation tiendra dans le swap. La VRAM des GPU récents (ex. 32 Go # l'image d'hibernation tiendra dans le swap. La VRAM des GPU récents (ex. 32 Go
# sur une RTX 5090) est recopiée dans l'image → le swap doit couvrir RAM+VRAM. # sur une RTX 5090) est recopiée dans l'image → le swap doit couvrir RAM+VRAM.
FWS_SWAP_MARGIN_MB=2048 FWS_SWAP_MARGIN_MB=2048
# Jeu lancé par défaut si « fws-gameboot to-windows » est appelé sans --game.
# L'identifiant doit exister dans games.json côté Windows (valorant, lol, …).
FWS_DEFAULT_GAME="valorant"