setup_wayland_jarvis.sh aktualisiert

This commit is contained in:
2026-05-22 13:23:54 +00:00
parent 332e5e214d
commit 0dff010d59

View File

@@ -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