Metadata-Version: 2.1
Name: xrandroll
Version: 0.1.5
Summary: A powertool to configure your display
Home-page: https://github.com/ralsina/xrandroll
License: MIT
Author: Roberto Alsina
Author-email: roberto.alsina@gmail.com
Requires-Python: >3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pyside2 (>5.14)
Description-Content-Type: text/markdown

# XRandRoll

None of the existing display configuration tools does what I think is "the right thing".
So I went and wrote one.

## The Right Thing

* Don't start from a stored config, use xrandr to read the systems' current state
* Allow creating "profiles" that will get applied smartly (not there yet)
* Generate a xrandr invocation to reflect the desired configuration
* Allow per-monitor scaling
* Allow arbitrary monitor positioning
* Implement "scale everything so all the pixels are the same size"

## To try:

If you have PySide2: `python -m xrandroll` in the folder where you cloned it.

## TODO:

* Implement other things
* Forget about it forever

