setup_wayland_jarvis.sh aktualisiert
This commit is contained in:
@@ -96,6 +96,12 @@ EOF
|
|||||||
# Autostart ausführbar machen
|
# Autostart ausführbar machen
|
||||||
chmod +x ~/.config/labwc/autostart
|
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)
|
# 7. Auto-Start und Software-Rendering in .profile eintragen (Idempotent prüfen)
|
||||||
echo "⚙️ Richte ausfallsicheren Auto-Start für labwc in .profile ein..."
|
echo "⚙️ Richte ausfallsicheren Auto-Start für labwc in .profile ein..."
|
||||||
if ! grep -q "labwc" "$REAL_HOME/.profile"; then
|
if ! grep -q "labwc" "$REAL_HOME/.profile"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user