diff options
author | ptr_here <ptr@gnuragist.es> | 2020-02-12 13:14:03 +0100 |
---|---|---|
committer | ptr_here <ptr@gnuragist.es> | 2020-02-12 13:14:03 +0100 |
commit | b0888616587ba8a24d42efde4a1d5ace2c51943b (patch) | |
tree | 85cb72d73b807f0415671be581ff4cff60ee4a70 /xwindow_do | |
parent | 7af797fa6d92e0df69c3682fa7137395c81db90f (diff) | |
download | hacklab.brussels-b0888616587ba8a24d42efde4a1d5ace2c51943b.tar.gz |
version fin 2019
Diffstat (limited to 'xwindow_do')
-rw-r--r-- | xwindow_do/index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/xwindow_do/index.html b/xwindow_do/index.html new file mode 100644 index 0000000..be2fd42 --- /dev/null +++ b/xwindow_do/index.html @@ -0,0 +1,33 @@ +<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> |