setup_wayland_jarvis.sh aktualisiert

This commit is contained in:
2026-05-22 13:39:02 +00:00
parent 483cd69fb8
commit 0dae15e84b

View File

@@ -69,8 +69,8 @@ sudo mv "$REAL_WDOTOOL" /usr/local/bin/wdotool.real
# 4. Den intelligenten Umgebungsvariablen-Wrapper erstellen
sudo cat << 'EOF' | sudo tee /usr/local/bin/wdotool > /dev/null
#!/bin/bash
# Automatische Wayland-Umgebung laden
export XDG_RUNTIME_DIR=/run/user/1000
# Automatische Wayland-Umgebung dynamisch für den ausführenden User laden
export XDG_RUNTIME_DIR=/run/user/$(id -u)
export WAYLAND_DISPLAY=wayland-0
# Transparent an die echte Binary übergeben