From 901e055df163671073218e8e3f806c19c7d56639 Mon Sep 17 00:00:00 2001 From: AykoPoel Date: Mon, 5 Jan 2015 16:32:39 +0100 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5686cc9..9761707 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,21 @@ Surface3-Scripts -============= +================ 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 +```