feat: restore session

This commit is contained in:
2025-12-18 20:29:45 +02:00
parent 6b92da046b
commit 00aeda045b
7 changed files with 132 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ sudo tee "$GREETD_CONFIG" >/dev/null <<EOF
vt = 1
[default_session]
command = "bash -c 'IS_CAGE=1 SDL_VIDEODRIVER=wayland cage -s -- $OUT_BIN --debug --debug-log-file=/deltaboot-debug.txt'"
command = "bash -c 'IS_CAGE=1 SDL_AUDIODRIVER=dummy SDL_VIDEODRIVER=wayland cage -s -- $OUT_BIN --debug --debug-log-file=/deltaboot-debug.txt'"
user = "root"
EOF