summaryrefslogtreecommitdiff
path: root/xwindow_do/index.html
blob: be2fd4243bcacbf7e776a40ce0cf36b483486758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 &amp;
sudo ntpdate ntp0.pipex.net &amp;</p>

<p>/ setup the python webserver ( this specific installation pulls updates from openweathermap &amp; actuates arduino)</p>

<p>xterm -geometry 80x66+0+0 -name base -e python baseserv.py 8001 &amp;</p>

<p>chromium-browser &ndash;new-window &ndash;incognito <a href="http://localhost:8001">http://localhost:8001</a>
/ &lsquo;map&rsquo; is the title of
xdotool search &ndash;name &ldquo;map&rdquo; windowsize %@ 750 500
xdotool search &ndash;name &ldquo;map&rdquo; windowmove  %@ 500 500</p>


  </body>
</html>