diff --git a/setup_wayland_jarvis.sh b/setup_wayland_jarvis.sh index 370a198..ee5e173 100644 --- a/setup_wayland_jarvis.sh +++ b/setup_wayland_jarvis.sh @@ -96,6 +96,12 @@ EOF # Autostart ausführbar machen chmod +x ~/.config/labwc/autostart +# Deutsches Tastaturlayout für Wayland festlegen +cat << 'EOF' > "$REAL_HOME/.config/labwc/environment" +# Deutsches Tastaturlayout erzwingen +XKB_DEFAULT_LAYOUT=de +EOF + # 7. Auto-Start und Software-Rendering in .profile eintragen (Idempotent prüfen) echo "⚙️ Richte ausfallsicheren Auto-Start für labwc in .profile ein..." if ! grep -q "labwc" "$REAL_HOME/.profile"; then