From ddf0ac1211bc5ab15c38a80fb65dd188f0405f2f Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Tue, 26 May 2026 20:33:06 +0000 Subject: [PATCH] shortcuts rc.xml --- setup_wayland_jarvis.sh | 103 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 103 insertions(+) diff --git a/setup_wayland_jarvis.sh b/setup_wayland_jarvis.sh index 43c6f7b..2ed43bb 100755 --- a/setup_wayland_jarvis.sh +++ b/setup_wayland_jarvis.sh @@ -1148,6 +1148,109 @@ dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP waybar & tilix --title="J.A.R.V.I.S. Terminal" -e "$JARVIS_DIR/start.sh" & EOF + +# Shortcuts +cat << EOF > "$REAL_HOME/.config/labwc/rc.xml" + + + + + + + + + 8 + + + + + + + + + + + + + + + + + on + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +EOF + chmod +x "$REAL_HOME/.config/labwc/autostart" chown "$REAL_USER:$REAL_USER" "$REAL_HOME/.config/labwc/autostart"