Updates for standalone

This commit is contained in:
2026-03-05 14:05:10 -05:00
parent 063b2e6cc8
commit 2d8a1a4a2c
5 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
if [ $(tty) == "/dev/tty1" ]; then
while true
do
startx
echo "X session ended, restarting..."
sleep 5
done
fi