From 483cd69fb88dfe28977520f885fe05ea82f7bd8d Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Fri, 22 May 2026 13:31:59 +0000 Subject: [PATCH] setup_wayland_jarvis.sh aktualisiert --- setup_wayland_jarvis.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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