Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AykoPoel/surface3-scripts
https://github.com/AykoPoel/surface3-scripts
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/AykoPoel/surface3-scripts
- Owner: AykoPoel
- Created: 2015-01-01T10:35:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T02:36:50.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T03:13:49.684Z (4 months ago)
- Language: Python
- Size: 188 KB
- Stars: 20
- Watchers: 4
- Forks: 8
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- stars - AykoPoel/surface3-scripts
README
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 deactivation 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
-----
Start script:
```
$ python2 /path/to/autorotate.py
```
Deactivate/reactivate autorotation:
```
$ python2 /path/to/changeautorotatestatus.py
```
Deactivate/reactivate touch:
```
$ python2 path/to/touch.py
```