From b634483e2c50ec0dd3ee586982762cdc23e4acd3 Mon Sep 17 00:00:00 2001 From: Neil Gershenfeld Date: Fri, 6 Jul 2018 13:43:05 -0400 Subject: [PATCH] wip --- README.md | 5 ++--- xstartup | 9 +++------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1e9866d..f13c58b 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,5 @@ connect to VNC: http://your_ip_address:6789/vnc.html once connected: - can use ristretto to view images - http://127.0.0.1:8080 - http://127.0.0.1:8081 + set configuration at http://127.0.0.1:8080 + view camera at http://127.0.0.1:8081 diff --git a/xstartup b/xstartup index 6793c56..8d4715e 100644 --- a/xstartup +++ b/xstartup @@ -2,13 +2,10 @@ xrdb $HOME/.Xresources xsetroot -solid grey -# Fix to make GNOME work export XKL_XMODMAP_DISABLE=1 -cd /home/fab/Downloads -ristretto . & +motion -c /home/fab/.motion/motion.config & +ristretto /home/fab/Pictures & cd /home/fab/noVNC ./utils/launch.sh --listen 6789 --vnc 127.0.0.1:5901 & -cd /home/fab/mods -http-server-with-auth -p 5678 --username your_username --password your_password & -chromium-browser http://your_username:your_password@127.0.0.1:5678/?program=programs/image/motion%20detect& +chromium-browser http://127.0.0.1:8080 http://127.0.0.1:8081 & /etc/X11/Xsession -- GitLab