Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chibby0ne/adjust_monitors_xrandr
https://github.com/chibby0ne/adjust_monitors_xrandr
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/chibby0ne/adjust_monitors_xrandr
- Owner: chibby0ne
- License: mit
- Created: 2018-08-03T12:33:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T13:09:57.000Z (over 5 years ago)
- Last Synced: 2024-11-08T11:23:11.654Z (about 2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Simple script for adjusting laptop monitors through xrandr scripts
## Requirements
* python >= 3.5
* pyudev >= 0.21Need to add root to the list of authorized X users, this is easily achieve
with xhost:```
xhost si:localuser:root
```## TODO
- Run systemd as the local user. Find a way of not adding root to xhost