Good news, updated applied, rebooted to Game Mode and could switch to desktop mode and back!
Good news, updated applied, rebooted to Game Mode and could switch to desktop mode and back!

cat /usr/share/ublue-os/justfile



rpm-ostree update from a terminal
rpm-ostree upgrade in your terminal[fedorauser@fedora fedorauser]$ just reset-bazzite-arch
IMAGE_INFO="/usr/share/ublue-os/image-info.json" && BASE_IMAGE_NAME=$(jq -r '."base-image-name"' < $IMAGE_INFO) && distrobox stop bazzite-arch && distrobox rm bazzite-arch --force && if [[ ${BASE_IMAGE_NAME} == 'kinoite' ]]; then podman image rm bazzite-arch --force else podman image rm bazzite-arch-gnome --force fi && /usr/bin/just --unstable install-bazzite-arch
sh: -c: line 2: syntax error: unexpected end of file
error: Recipe `reset-bazzite-arch` failed on line 121 with exit code 2
[fedorauser@fedora fedorauser]$ just install-oversteer
if grep -qz "fedora" <<< $(distrobox list); then /usr/bin/just --unstable distrobox-fedora fi && distrobox enter -n fedora -- bash -c 'sudo dnf copr enable -y kylegospo/oversteer && sudo dnf install python3-evdev oversteer && distrobox-export --app oversteer'
sh: -c: line 2: syntax error: unexpected end of file
error: Recipe `install-oversteer` failed on line 141 with exit code 2