setup_wayland_jarvis.sh aktualisiert

This commit is contained in:
2026-05-22 12:23:04 +00:00
parent 7121c18a7d
commit a65a362fec

View File

@@ -81,6 +81,15 @@ EOF
# Autostart ausführbar machen
chmod +x ~/.config/labwc/autostart
echo "⚙️ Richte Auto-Start für labwc ein..."
cat << 'EOF' >> ~/.profile
# labwc automatisch starten, wenn die Anmeldung auf Terminal 1 erfolgt
if [ "$(tty)" = "/dev/tty1" ]; then
exec labwc
fi
EOF
echo "===================================================="
echo "✅ Setup erfolgreich abgeschlossen!"
echo "👉 Starte das System neu oder führe 'labwc' aus."