mirror of
https://github.com/ralsina/xrandroll.git
synced 2024-11-21 18:42:22 +00:00
A better tool to configure xrandr
.flake8 | ||
.gitignore | ||
LICENSE | ||
main.py | ||
main.ui | ||
monitor_item.py | ||
README.md |
RandRoll
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:
If you have PySide2: python main.py
in the folder where main.py is located.
TODO:
- Implement other things
- Make it a proper app, with installation and whatnot
- Forget about it forever