WindowLog.js
[gitlive] / WindowLog.js
1 //<script type="text/javascript">
2 /**
3  * log desktop actions..
4  * 
5  * mouse:
6  * xdotool getmouselocation
7  *
8  * xwit -property WM_NAME -print 
9  * 0x3a13d6c: x=1 y=25 w=1109 h=747 d=32 'root@wideboy: /home/alan'
10  * root@wideboy:/home/alan# xwit -property WM_CLASS -print 
11  * 0x3a13d6c: x=1 y=25 w=1109 h=747 d=32 'gnome-terminal'
12  * root@wideboy:/home/alan# 
13  * 
14  * -- log to a remote url.
15  * 
16  * 
17  */
18
19
20