diff --git a/setup_wayland_jarvis.sh b/setup_wayland_jarvis.sh index 3f1b571..a15341c 100644 --- a/setup_wayland_jarvis.sh +++ b/setup_wayland_jarvis.sh @@ -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."