Update README.md
This commit is contained in:
parent
e661d1fdff
commit
901e055df1
19
README.md
19
README.md
|
@ -1,4 +1,21 @@
|
||||||
Surface3-Scripts
|
Surface3-Scripts
|
||||||
=============
|
================
|
||||||
|
|
||||||
Some simple scripts for Linux on the Surface Pro 3.
|
Some simple scripts for Linux on the Surface Pro 3.
|
||||||
|
|
||||||
|
Autorotate: autorotate.py run with python2 needs
|
||||||
|
|
||||||
|
autorotate.py
|
||||||
|
=============
|
||||||
|
Script for managing autorotation of the screen and deaktivation of the touchscreen through the pen.
|
||||||
|
|
||||||
|
Instalation
|
||||||
|
-----------
|
||||||
|
install libnotify and python2-gobject (needed for notifications)
|
||||||
|
copy autorotate.py, touch.py, changeautorotatestatus.py, touch.txt, status.txt in the same folder
|
||||||
|
|
||||||
|
Usage
|
||||||
|
-----
|
||||||
|
```
|
||||||
|
$ python2 path/to/autorotate.py
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue