setup_wayland_jarvis.sh aktualisiert
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user