2020-02-02 14:38:08 +00:00
|
|
|
# XRandRoll
|
2020-01-31 22:17:50 +00: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
|
|
|
|
* Implement "scale everything so all the pixels are the same size" (not done yet)
|
|
|
|
|
|
|
|
## To try:
|
|
|
|
|
2020-02-02 14:41:13 +00:00
|
|
|
If you have PySide2: `python -m xrandroll` in the folder where you cloned it.
|
2020-01-31 22:17:50 +00:00
|
|
|
|
|
|
|
## TODO:
|
|
|
|
|
|
|
|
* Implement other things
|
|
|
|
* Make it a proper app, with installation and whatnot
|
|
|
|
* Forget about it forever
|