xrandroll/README.md

24 lines
778 B
Markdown
Raw Permalink Normal View History

2020-02-02 11:38:08 -03:00
# XRandRoll
2020-01-31 19:17:50 -03:00
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
2020-02-03 17:16:48 -03:00
* Implement "scale everything so all the pixels are the same size"
2020-01-31 19:17:50 -03:00
## To try:
2022-06-07 13:47:09 -03:00
If you have PySide2: `python -m xrandroll` in the folder where you cloned it (of course deps are a problem,
this is experimental code, if you can't figure it out it's probably better for you 😊).
2020-01-31 19:17:50 -03:00
## TODO:
* Implement other things
* Forget about it forever