From a65a362fecf089732c0b4cd0ab49dc82ad9dd6c1 Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Fri, 22 May 2026 12:23:04 +0000 Subject: [PATCH] setup_wayland_jarvis.sh aktualisiert --- setup_wayland_jarvis.sh | 9 +++++++++ 1 file changed, 9 insertions(+) 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."