diff --git a/README.md b/README.md index 1e9866d18913a9747b504d072037bc9ac9a5a29e..f13c58b57aea0974b990d8dfd78e4448c5417784 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 6793c5602c29776085a5ff7f08517237eda7c3cb..8d4715e462307fcf6c61b4d8687ad9cd71399c26 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