<html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <link rel="stylesheet" href="hacklabxl.css"> <title>hcklabxl : xwindow do</title> </head> <body> <h1>hcklabxl : xwindow do</h1> <p>rpi setup</p> <p>in .xinitrc</p> <p>xset -dpms xset s off xset s noblank</p> <p>unclutter & sudo ntpdate ntp0.pipex.net &</p> <p>/ setup the python webserver ( this specific installation pulls updates from openweathermap & actuates arduino)</p> <p>xterm -geometry 80x66+0+0 -name base -e python baseserv.py 8001 &</p> <p>chromium-browser –new-window –incognito <a href="http://localhost:8001">http://localhost:8001</a> / ‘map’ is the title of xdotool search –name “map” windowsize %@ 750 500 xdotool search –name “map” windowmove %@ 500 500</p> </body> </html>