#!/usr/bin/env bash
# Autostart Steam Big Picture Mode for the kid's account only.
# Other accounts (parent, RDP admin sessions) get a normal desktop.
[ "$(id -un)" = "kid" ] || exit 0
exec /usr/bin/bazzite-steam-bpm
