Explained why there are two versions of autorandr here
This is a temporary solution.
This commit is contained in:
parent
af8f2297b3
commit
664d140f46
16
README.md
16
README.md
|
@ -27,6 +27,22 @@ Contributors to this version of autorandr are:
|
|||
* stormc
|
||||
* tachylatus
|
||||
|
||||
## autorandr vs. autorandr.py
|
||||
|
||||
The two files `autorandr` and `autorandr.py` are two independent versions of
|
||||
autorandr. For now, both are here, but I might move one of both versions into
|
||||
its own branch or repository someday. See [bug #7](https://github.com/phillipberndt/autorandr/issues/7)
|
||||
for details on why there are two versions around.
|
||||
|
||||
The two versions are compatible with respect to the profile format and command
|
||||
line parameters, but
|
||||
|
||||
* the *Python version* does not support auto-disper
|
||||
* the *bash version* does not support changes in available adapters and slightly esoteric configurations (like transformations and reflections)
|
||||
|
||||
Active development in this repository is likely to occur preferably in the
|
||||
Python version.
|
||||
|
||||
## How to use
|
||||
|
||||
Save your current display configuration and setup with:
|
||||
|
|
Loading…
Reference in New Issue