adding to git.i0t.app

This commit is contained in:
Levi Woodard
2026-07-01 18:21:14 -05:00
commit 55a8ea4bee
26 changed files with 3534 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# rtsp-streamer kiosk launcher — appended to the kiosk user's ~/.bash_profile
# by deploy/install.sh. Starts sway (and thus the video wall) only on the
# physical console tty1, so SSH logins get a normal shell.
if [ "$(tty)" = "/dev/tty1" ] && [ -z "$WAYLAND_DISPLAY" ] && [ -z "$SSH_CONNECTION" ]; then
export XDG_RUNTIME_DIR="/run/user/$(id -u)"
exec sway -c /etc/rtsp-streamer/sway/config
fi