A better tool to configure xrandr
Go to file
Roberto Alsina 42faae6eb6 Ignore .venv 2020-02-05 16:02:40 -03:00
.github Create FUNDING.yml 2020-02-02 11:40:16 -03:00
xrandroll Dummy 2020-02-05 13:47:20 -03:00
.flake8 refactors 2020-01-31 14:27:59 -03:00
.gitignore Ignore .venv 2020-02-05 16:02:40 -03:00
.pre-commit-config.yaml add black to pre-commit hooks 2020-02-03 16:10:41 -03:00
LICENSE Create LICENSE 2020-01-31 19:17:36 -03:00
README.md remove todo 2020-02-03 17:16:48 -03:00
poetry.lock My versions, feel free to ignore 2020-02-05 13:48:32 -03:00
pyproject.toml New deps for non-homless-person xrandr parsing 2020-02-05 13:04:49 -03:00

README.md

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