Description
There are currently two versions of autorandr around due to the difficulties with #7.
The Python version has some advantages over the bash version. That is naturally the case, because in Python we can pass around objects without having to serialize everything all the time. Unique features are solutions to #8, #9, reduced configurations that only store non-default settings with autorandr.py setting the values upon loading of the profiles, support for reflection & gamma values, and of course improved speed because it does not need to call awk
, sed
, md5sum
and so on. I therefore won't just throw that code away.
On the other hand, the bash version obviously needs maintenance as well.
I'll have to decide whether to separate both versions into their own repositories, which one to promote to the version I primarily concerned myself with, and whether to choose a different name for the rewrite.