diff --git a/setup_wayland_jarvis.sh b/setup_wayland_jarvis.sh index ee5e173..445a1de 100644 --- a/setup_wayland_jarvis.sh +++ b/setup_wayland_jarvis.sh @@ -97,6 +97,7 @@ EOF chmod +x ~/.config/labwc/autostart # Deutsches Tastaturlayout für Wayland festlegen +echo "📂 Konfiguriere Tastaturlayout..." cat << 'EOF' > "$REAL_HOME/.config/labwc/environment" # Deutsches Tastaturlayout erzwingen XKB_DEFAULT_LAYOUT=de @@ -124,5 +125,5 @@ chown "$REAL_USER:$REAL_USER" "$REAL_HOME/.profile" echo "====================================================" echo "✅ Setup erfolgreich abgeschlossen!" -echo "👉 Starte das System neu oder führe 'labwc' aus." +echo "👉 Bitte starte das System neu." echo "====================================================" \ No newline at end of file